C# 클래스 MonoTouch.Dialog.JsonDialogViewController

파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Context JsonBindingContext
DataRootName string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Loading ( bool isLoading ) : void

비공개 메소드들

메소드 설명
_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

메소드 상세

CreateRequestForUrl() 공개 메소드

public CreateRequestForUrl ( string url ) : NSMutableUrlRequest
url string
리턴 NSMutableUrlRequest

DismissModal() 공개 메소드

public DismissModal ( Element el ) : void
el Element
리턴 void

GetValue() 공개 메소드

public GetValue ( string name ) : string
name string
리턴 string

InvokeAction() 공개 메소드

public InvokeAction ( ActionElement action ) : void
action ActionElement
리턴 void

InvokeAction() 공개 메소드

public InvokeAction ( string action ) : void
action string
리턴 void

InvokeAction() 공개 메소드

public InvokeAction ( string action, Element element ) : void
action string
element Element
리턴 void

JsonDialogViewController() 공개 메소드

public JsonDialogViewController ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

JsonDialogViewController() 공개 메소드

public JsonDialogViewController ( RootElement root ) : System
root RootElement
리턴 System

JsonDialogViewController() 공개 메소드

public JsonDialogViewController ( string file, bool pushing ) : System
file string
pushing bool
리턴 System

JsonDialogViewController() 공개 메소드

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

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

Loading() 보호된 메소드

protected Loading ( bool isLoading ) : void
isLoading bool
리턴 void

NavigateTo() 공개 메소드

public NavigateTo ( string file ) : void
file string
리턴 void

NavigateTo() 공개 메소드

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

NetworkFailed() 공개 메소드

public NetworkFailed ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( Element el ) : void
el Element
리턴 void

SetValue() 공개 메소드

public SetValue ( string name, string v ) : void
name string
v string
리턴 void

ShowBindingValues() 공개 메소드

public ShowBindingValues ( ) : void
리턴 void

Submit() 공개 메소드

public Submit ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

프로퍼티 상세

Context 공개적으로 프로퍼티

public JsonBindingContext,MonoTouch.Dialog Context
리턴 JsonBindingContext

DataRootName 공개적으로 프로퍼티

public string DataRootName
리턴 string