C# Class MonoTouch.Dialog.JsonElement

Inheritance: RootElement
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Свойство Type Description
Url string

Méthodes publiques

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

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

public static FromFile ( string file ) : JsonElement
file string
Résultat JsonElement

FromFile() public static méthode

public static FromFile ( string file, object arg ) : JsonElement
file string
arg object
Résultat JsonElement

FromJson() public static méthode

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

FromJson() public static méthode

public static FromJson ( System.Json.JsonObject json ) : JsonElement
json System.Json.JsonObject
Résultat JsonElement

FromJson() public static méthode

public static FromJson ( System.Json.JsonObject json, object data ) : JsonElement
json System.Json.JsonObject
data object
Résultat JsonElement

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

JsonElement() public méthode

public JsonElement ( string caption, Group group, string url ) : System
caption string
group Group
url string
Résultat System

JsonElement() public méthode

public JsonElement ( string caption, int section, int element, string url ) : System
caption string
section int
element int
url string
Résultat System

JsonElement() public méthode

public JsonElement ( string caption, string url ) : System
caption string
url string
Résultat System

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void

this() public méthode

public this ( string key ) : Element
key string
Résultat Element

Property Details

Url public_oe property

public string Url
Résultat string