C# Class MonoTouch.Dialog.JsonElement

Inheritance: RootElement
显示文件 Open project: MvvmCross/MvvmCross Class Usage Examples

Public Properties

Property Type Description
Url string

Public Methods

Method Description
FromFile ( string file ) : JsonElement
FromFile ( string file, object arg ) : JsonElement
FromJson ( JsonElement parent, System.Json.JsonObject json, object data ) : JsonElement
FromJson ( System.Json.JsonObject json ) : JsonElement
FromJson ( System.Json.JsonObject json, object data ) : JsonElement
GetCell ( UITableView tv ) : UITableViewCell
JsonElement ( string caption, Group group, string url ) : System
JsonElement ( string caption, int section, int element, string url ) : System
JsonElement ( string caption, string url ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
this ( string key ) : Element

Private Methods

Method Description
AddMapping ( string id, Element element ) : void
ColorError ( string text ) : void
Error ( string msg ) : void
ExpandPath ( string path ) : string
FromHex ( char c ) : int
GetArray ( System.Json.JsonObject obj, string key ) : JsonArray
GetBoolean ( System.Json.JsonObject obj, string key ) : bool
GetString ( JsonValue obj, string key ) : string
LoadBoolean ( System.Json.JsonObject json ) : Element
LoadCheckbox ( System.Json.JsonObject json, object data ) : Element
LoadDateTime ( System.Json.JsonObject json, string type ) : Element
LoadEntry ( System.Json.JsonObject json, bool isPassword ) : Element
LoadHtmlElement ( System.Json.JsonObject json ) : Element
LoadRadio ( System.Json.JsonObject json, object data ) : Element
LoadSectionElements ( Section section, JsonArray array, object data ) : void
LoadSections ( JsonArray array, object data ) : void
LoadString ( System.Json.JsonObject json, object data ) : Element
ParseColor ( string text ) : UIKit.UIColor
RemoveSpinner ( UITableViewCell cell, UIActivityIndicatorView spinner ) : void
StartSpinner ( UITableViewCell cell ) : UIActivityIndicatorView
ToAccessory ( string accesory ) : UITableViewCellAccessory
ToAlignment ( string align ) : UITextAlignment
ToAutocapitalization ( string auto ) : UITextAutocapitalizationType
ToAutocorrect ( JsonValue value ) : UITextAutocorrectionType
ToCellStyle ( string style ) : UITableViewCellStyle
ToFont ( string kvalue ) : UIKit.UIFont
ToKeyboardType ( string kbdType ) : UIKeyboardType
ToLinebreakMode ( string mode ) : UILineBreakMode
ToReturnKeyType ( string returnKeyType ) : UIReturnKeyType

Method Details

FromFile() public static method

public static FromFile ( string file ) : JsonElement
file string
return JsonElement

FromFile() public static method

public static FromFile ( string file, object arg ) : JsonElement
file string
arg object
return JsonElement

FromJson() public static method

public static FromJson ( JsonElement parent, System.Json.JsonObject json, object data ) : JsonElement
parent JsonElement
json System.Json.JsonObject
data object
return JsonElement

FromJson() public static method

public static FromJson ( System.Json.JsonObject json ) : JsonElement
json System.Json.JsonObject
return JsonElement

FromJson() public static method

public static FromJson ( System.Json.JsonObject json, object data ) : JsonElement
json System.Json.JsonObject
data object
return JsonElement

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

JsonElement() public method

public JsonElement ( string caption, Group group, string url ) : System
caption string
group Group
url string
return System

JsonElement() public method

public JsonElement ( string caption, int section, int element, string url ) : System
caption string
section int
element int
url string
return System

JsonElement() public method

public JsonElement ( string caption, string url ) : System
caption string
url string
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

this() public method

public this ( string key ) : Element
key string
return Element

Property Details

Url public_oe property

public string Url
return string