C# 클래스 MonoTouch.Dialog.JsonBindingContext

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

공개 프로퍼티들

프로퍼티 타입 설명
Root RootElement
_controller JsonDialogViewController
_fetchFunctions Dictionary>

공개 메소드들

메소드 설명
Dispose ( ) : void
Fetch ( ) : string>.Dictionary
GetElement ( string id ) : Element
JsonBindingContext ( JsonDialogViewController callbacks, JsonValue json, JsonValue data, string title ) : System
JsonBindingContext ( JsonDialogViewController controller, JsonValue json, string title ) : System
Populate ( JsonValue json, RootElement root, JsonValue data ) : void
RegisterFetcher ( Type t, string>.Func f ) : void
RegisterParser ( string s, Func f ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
_parseElement ( System.Json.JsonObject json, Section section, JsonValue data ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Fetch() 공개 메소드

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

GetElement() 공개 메소드

public GetElement ( string id ) : Element
id string
리턴 Element

JsonBindingContext() 공개 메소드

public JsonBindingContext ( JsonDialogViewController callbacks, JsonValue json, JsonValue data, string title ) : System
callbacks JsonDialogViewController
json System.Json.JsonValue
data System.Json.JsonValue
title string
리턴 System

JsonBindingContext() 공개 메소드

public JsonBindingContext ( JsonDialogViewController controller, JsonValue json, string title ) : System
controller JsonDialogViewController
json System.Json.JsonValue
title string
리턴 System

Populate() 공개 메소드

public Populate ( JsonValue json, RootElement root, JsonValue data ) : void
json System.Json.JsonValue
root RootElement
data System.Json.JsonValue
리턴 void

RegisterFetcher() 공개 정적인 메소드

public static RegisterFetcher ( Type t, string>.Func f ) : void
t System.Type
f string>.Func
리턴 void

RegisterParser() 공개 정적인 메소드

public static RegisterParser ( string s, Func f ) : void
s string
f Func
리턴 void

프로퍼티 상세

Root 공개적으로 프로퍼티

public RootElement,MonoTouch.Dialog Root
리턴 RootElement

_controller 공개적으로 프로퍼티

public JsonDialogViewController,MonoTouch.Dialog _controller
리턴 JsonDialogViewController

_fetchFunctions 공개적으로 정적으로 프로퍼티

public static Dictionary> _fetchFunctions
리턴 Dictionary>