Compartir a través de


DialogViewController Constructores

Definición

Sobrecargas

DialogViewController(RootElement)

Constructor que crea un nuevo DialogViewController a partir del objeto RootElement especificado.

DialogViewController(IntPtr)
DialogViewController(RootElement, Boolean)

Crea un nuevo DialogViewController a partir de rootElement y establece el estado de inserción.

DialogViewController(UITableViewStyle, RootElement)
DialogViewController(UITableViewStyle, RootElement, Boolean)

DialogViewController(RootElement)

Constructor que crea un nuevo DialogViewController a partir del objeto RootElement especificado.

public DialogViewController (MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

Parámetros

root
RootElement

RootElement que contiene la información que se muestra en la tabla.

Se aplica a

DialogViewController(IntPtr)

public DialogViewController (IntPtr handle);
new MonoTouch.Dialog.DialogViewController : nativeint -> MonoTouch.Dialog.DialogViewController

Parámetros

handle
IntPtr

nativeint

Se aplica a

DialogViewController(RootElement, Boolean)

Crea un nuevo DialogViewController a partir de rootElement y establece el estado de inserción.

public DialogViewController (MonoTouch.Dialog.RootElement root, bool pushing);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement * bool -> MonoTouch.Dialog.DialogViewController

Parámetros

root
RootElement

RootElement que contiene la información que se va a representar.

pushing
Boolean

Que Boolean describe si se está insertando (NavigationControllers) o no. Si la inserción es true, se mostrará el botón Atrás, lo que permite al usuario volver al controlador anterior.

Se aplica a

DialogViewController(UITableViewStyle, RootElement)

public DialogViewController (UIKit.UITableViewStyle style, MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : UIKit.UITableViewStyle * MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

Parámetros

Se aplica a

DialogViewController(UITableViewStyle, RootElement, Boolean)

public DialogViewController (UIKit.UITableViewStyle style, MonoTouch.Dialog.RootElement root, bool pushing);
new MonoTouch.Dialog.DialogViewController : UIKit.UITableViewStyle * MonoTouch.Dialog.RootElement * bool -> MonoTouch.Dialog.DialogViewController

Parámetros

pushing
Boolean

Se aplica a