C# 클래스 MonoTouch.Dialog.JsonElement

상속: RootElement
파일 보기 프로젝트 열기: MvvmCross/MvvmCross 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Url string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

FromFile() 공개 정적인 메소드

public static FromFile ( string file ) : JsonElement
file string
리턴 JsonElement

FromFile() 공개 정적인 메소드

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

FromJson() 공개 정적인 메소드

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

FromJson() 공개 정적인 메소드

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

FromJson() 공개 정적인 메소드

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

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

JsonElement() 공개 메소드

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

JsonElement() 공개 메소드

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

JsonElement() 공개 메소드

public JsonElement ( string caption, string url ) : System
caption string
url string
리턴 System

Selected() 공개 메소드

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

this() 공개 메소드

public this ( string key ) : Element
key string
리턴 Element

프로퍼티 상세

Url 공개적으로 프로퍼티

public string Url
리턴 string