C# Class MonoMobile.Forms.FormDialogViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
DataRootName string

Protected Properties

Свойство Type Description
Context FormBindingContext

Méthodes publiques

Méthode Description
CreateRequestForUrl ( string url ) : NSMutableUrlRequest
Execute ( ControllerAction action, Element el, System.Action completed ) : void
FormDialogViewController ( IntPtr ptr ) : System
FormDialogViewController ( RootElement root ) : System
FormDialogViewController ( string file, bool pushing ) : System
FormDialogViewController ( string file, string values, bool pushing ) : System
GetAllValues ( ) : string>.Dictionary
GetValue ( string key ) : string
LoadView ( ) : void
NavigateTo ( string file ) : void
NavigateTo ( string file, string>.IDictionary hiddenfields ) : void
NetworkFailed ( NSError error ) : void
Reload ( ) : void
Reload ( Element el ) : void
SetValue ( string key, string value ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
_configureDialog ( JsonValue json, System.Json.JsonObject valuesJson ) : void
_createButtonItemFor ( string property, JsonValue json, System.Json.JsonObject valuesJson ) : UIBarButtonItem
_fetch ( ) : void
_parse ( string str ) : JsonValue
_processContentOfFile ( string file, string values ) : void
_processFile ( string file, string values ) : void

Method Details

CreateRequestForUrl() public méthode

public CreateRequestForUrl ( string url ) : NSMutableUrlRequest
url string
Résultat NSMutableUrlRequest

Execute() public méthode

public Execute ( ControllerAction action, Element el, System.Action completed ) : void
action ControllerAction
el MonoTouch.Dialog.Element
completed System.Action
Résultat void

FormDialogViewController() public méthode

public FormDialogViewController ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System

FormDialogViewController() public méthode

public FormDialogViewController ( RootElement root ) : System
root MonoTouch.Dialog.RootElement
Résultat System

FormDialogViewController() public méthode

public FormDialogViewController ( string file, bool pushing ) : System
file string
pushing bool
Résultat System

FormDialogViewController() public méthode

public FormDialogViewController ( string file, string values, bool pushing ) : System
file string
values string
pushing bool
Résultat System

GetAllValues() public méthode

public GetAllValues ( ) : string>.Dictionary
Résultat string>.Dictionary

GetValue() public méthode

public GetValue ( string key ) : string
key string
Résultat string

LoadView() public méthode

public LoadView ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string file ) : void
file string
Résultat void

NavigateTo() public méthode

public NavigateTo ( string file, string>.IDictionary hiddenfields ) : void
file string
hiddenfields string>.IDictionary
Résultat void

NetworkFailed() public méthode

public NetworkFailed ( NSError error ) : void
error NSError
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

Reload() public méthode

public Reload ( Element el ) : void
el MonoTouch.Dialog.Element
Résultat void

SetValue() public méthode

public SetValue ( string key, string value ) : void
key string
value string
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

Property Details

Context protected_oe property

protected FormBindingContext,MonoMobile.Forms Context
Résultat FormBindingContext

DataRootName public_oe property

public string DataRootName
Résultat string