C# Class MonoMobile.Forms.FormBindingContext

Inheritance: IDisposable
Datei anzeigen Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Root MonoTouch.Dialog.RootElement
_controller FormDialogViewController

Public Methods

Method Description
Dispose ( ) : void
Fetch ( ) : string>.Dictionary
FormBindingContext ( FormDialogViewController callbacks, JsonValue json, JsonValue data, string title ) : System
FormBindingContext ( FormDialogViewController controller, JsonValue json, string title ) : System
GetElement ( string id ) : Element
Populate ( JsonValue json, RootElement root, JsonValue data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : 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

FormBindingContext() public method

public FormBindingContext ( FormDialogViewController callbacks, JsonValue json, JsonValue data, string title ) : System
callbacks FormDialogViewController
json System.Json.JsonValue
data System.Json.JsonValue
title string
return System

FormBindingContext() public method

public FormBindingContext ( FormDialogViewController controller, JsonValue json, string title ) : System
controller FormDialogViewController
json System.Json.JsonValue
title string
return System

GetElement() public method

public GetElement ( string id ) : Element
id string
return MonoTouch.Dialog.Element

Populate() public method

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

Property Details

Root public_oe property

public RootElement,MonoTouch.Dialog Root
return MonoTouch.Dialog.RootElement

_controller public_oe property

public FormDialogViewController,MonoMobile.Forms _controller
return FormDialogViewController