C# Class MonoTouch.Dialog.JsonBindingContext

Inheritance: IDisposable
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Root RootElement
_controller JsonDialogViewController
_fetchFunctions Dictionary>

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
_parseElement ( System.Json.JsonObject json, Section section, JsonValue data ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Fetch() public method

public Fetch ( ) : string>.Dictionary
return string>.Dictionary

GetElement() public method

public GetElement ( string id ) : Element
id string
return Element

JsonBindingContext() public method

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

JsonBindingContext() public method

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

Populate() public method

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

RegisterFetcher() public static method

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

RegisterParser() public static method

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

Property Details

Root public_oe property

public RootElement,MonoTouch.Dialog Root
return RootElement

_controller public_oe property

public JsonDialogViewController,MonoTouch.Dialog _controller
return JsonDialogViewController

_fetchFunctions public_oe static_oe property

public static Dictionary> _fetchFunctions
return Dictionary>