C# Class MonoTouch.Dialog.JsonDialogViewController

ファイルを表示 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Context JsonBindingContext
DataRootName string

Public Methods

Method 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

Protected Methods

Method Description
Loading ( bool isLoading ) : void

Private Methods

Method 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 method

public CreateRequestForUrl ( string url ) : NSMutableUrlRequest
url string
return NSMutableUrlRequest

DismissModal() public method

public DismissModal ( Element el ) : void
el Element
return void

GetValue() public method

public GetValue ( string name ) : string
name string
return string

InvokeAction() public method

public InvokeAction ( ActionElement action ) : void
action ActionElement
return void

InvokeAction() public method

public InvokeAction ( string action ) : void
action string
return void

InvokeAction() public method

public InvokeAction ( string action, Element element ) : void
action string
element Element
return void

JsonDialogViewController() public method

public JsonDialogViewController ( IntPtr ptr ) : System
ptr System.IntPtr
return System

JsonDialogViewController() public method

public JsonDialogViewController ( RootElement root ) : System
root RootElement
return System

JsonDialogViewController() public method

public JsonDialogViewController ( string file, bool pushing ) : System
file string
pushing bool
return System

JsonDialogViewController() public method

public JsonDialogViewController ( string file, string values, bool pushing ) : System
file string
values string
pushing bool
return System

LoadView() public method

public LoadView ( ) : void
return void

Loading() protected method

protected Loading ( bool isLoading ) : void
isLoading bool
return void

NavigateTo() public method

public NavigateTo ( string file ) : void
file string
return void

NavigateTo() public method

public NavigateTo ( string file, string>.IDictionary hiddenfields ) : void
file string
hiddenfields string>.IDictionary
return void

NetworkFailed() public method

public NetworkFailed ( ) : void
return void

Reload() public method

public Reload ( Element el ) : void
el Element
return void

SetValue() public method

public SetValue ( string name, string v ) : void
name string
v string
return void

ShowBindingValues() public method

public ShowBindingValues ( ) : void
return void

Submit() public method

public Submit ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

Property Details

Context public_oe property

public JsonBindingContext,MonoTouch.Dialog Context
return JsonBindingContext

DataRootName public_oe property

public string DataRootName
return string