C# Class MonoTouch.Dialog.JsonDialogViewController

Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
CreateRequestForUrl ( string url ) : NSMutableUrlRequest
DismissModal ( Element el ) : void
GetValue ( string name ) : string
InvokeAction ( ActionElement action ) : void
InvokeAction ( string action ) : void
InvokeAction ( string action, Element element ) : void
JsonDialogViewController ( IntPtr ptr ) : System
JsonDialogViewController ( RootElement root ) : System
JsonDialogViewController ( string file, bool pushing ) : System
JsonDialogViewController ( string file, string values, bool pushing ) : System
LoadView ( ) : void
NavigateTo ( string file ) : void
NavigateTo ( string file, string>.IDictionary hiddenfields ) : void
NetworkFailed ( ) : void
Reload ( Element el ) : void
SetValue ( string name, string v ) : void
ShowBindingValues ( ) : void
Submit ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Méthodes protégées

Méthode Description
Loading ( bool isLoading ) : void

Private Methods

Méthode Description
_configureDialog ( JsonValue json, System.Json.JsonObject valuesJson ) : void
_invokeAction ( string action, Element element ) : void
_invokeSubmissionResultAction ( string action, System.Json.JsonObject json ) : void
_parse ( string str ) : JsonValue
_processContentOfFile ( string file, string values ) : void
_processFile ( string file, string values ) : void
_processSubmissionResult ( string value ) : void
_submitForm ( SubmitElement el ) : void

Method Details

CreateRequestForUrl() public méthode

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

DismissModal() public méthode

public DismissModal ( Element el ) : void
el Element
Résultat void

GetValue() public méthode

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

InvokeAction() public méthode

public InvokeAction ( ActionElement action ) : void
action ActionElement
Résultat void

InvokeAction() public méthode

public InvokeAction ( string action ) : void
action string
Résultat void

InvokeAction() public méthode

public InvokeAction ( string action, Element element ) : void
action string
element Element
Résultat void

JsonDialogViewController() public méthode

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

JsonDialogViewController() public méthode

public JsonDialogViewController ( RootElement root ) : System
root RootElement
Résultat System

JsonDialogViewController() public méthode

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

JsonDialogViewController() public méthode

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

LoadView() public méthode

public LoadView ( ) : void
Résultat void

Loading() protected méthode

protected Loading ( bool isLoading ) : void
isLoading bool
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 ( ) : void
Résultat void

Reload() public méthode

public Reload ( Element el ) : void
el Element
Résultat void

SetValue() public méthode

public SetValue ( string name, string v ) : void
name string
v string
Résultat void

ShowBindingValues() public méthode

public ShowBindingValues ( ) : void
Résultat void

Submit() public méthode

public Submit ( ) : void
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 public_oe property

public JsonBindingContext,MonoTouch.Dialog Context
Résultat JsonBindingContext

DataRootName public_oe property

public string DataRootName
Résultat string