C# 클래스 MonoMobile.Forms.FormDialogViewController

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

공개 프로퍼티들

프로퍼티 타입 설명
DataRootName string

보호된 프로퍼티들

프로퍼티 타입 설명
Context FormBindingContext

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CreateRequestForUrl() 공개 메소드

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

Execute() 공개 메소드

public Execute ( ControllerAction action, Element el, System.Action completed ) : void
action ControllerAction
el MonoTouch.Dialog.Element
completed System.Action
리턴 void

FormDialogViewController() 공개 메소드

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

FormDialogViewController() 공개 메소드

public FormDialogViewController ( RootElement root ) : System
root MonoTouch.Dialog.RootElement
리턴 System

FormDialogViewController() 공개 메소드

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

FormDialogViewController() 공개 메소드

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

GetAllValues() 공개 메소드

public GetAllValues ( ) : string>.Dictionary
리턴 string>.Dictionary

GetValue() 공개 메소드

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

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 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 ( NSError error ) : void
error NSError
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( Element el ) : void
el MonoTouch.Dialog.Element
리턴 void

SetValue() 공개 메소드

public SetValue ( string key, string value ) : void
key string
value string
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

프로퍼티 상세

Context 보호되어 있는 프로퍼티

protected FormBindingContext,MonoMobile.Forms Context
리턴 FormBindingContext

DataRootName 공개적으로 프로퍼티

public string DataRootName
리턴 string