C# Class MonoTouch.Dialog.JsonBindingContext

Inheritance: IDisposable
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Root RootElement
_controller JsonDialogViewController
_fetchFunctions Dictionary>

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Fetch() public méthode

public Fetch ( ) : string>.Dictionary
Résultat string>.Dictionary

GetElement() public méthode

public GetElement ( string id ) : Element
id string
Résultat Element

JsonBindingContext() public méthode

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

JsonBindingContext() public méthode

public JsonBindingContext ( JsonDialogViewController controller, JsonValue json, string title ) : System
controller JsonDialogViewController
json System.Json.JsonValue
title string
Résultat System

Populate() public méthode

public Populate ( JsonValue json, RootElement root, JsonValue data ) : void
json System.Json.JsonValue
root RootElement
data System.Json.JsonValue
Résultat void

RegisterFetcher() public static méthode

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

RegisterParser() public static méthode

public static RegisterParser ( string s, Func f ) : void
s string
f Func
Résultat void

Property Details

Root public_oe property

public RootElement,MonoTouch.Dialog Root
Résultat RootElement

_controller public_oe property

public JsonDialogViewController,MonoTouch.Dialog _controller
Résultat JsonDialogViewController

_fetchFunctions public_oe static_oe property

public static Dictionary> _fetchFunctions
Résultat Dictionary>