프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Url | string |
메소드 | 설명 | |
---|---|---|
FromFile ( string file ) : |
||
FromFile ( string file, object arg ) : |
||
FromJson ( |
||
FromJson ( System.Json.JsonObject json ) : |
||
FromJson ( System.Json.JsonObject json, object data ) : |
||
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 ( |
||
this ( string key ) : |
메소드 | 설명 | |
---|---|---|
AddMapping ( string id, |
||
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 ( |
||
LoadBoolean ( System.Json.JsonObject json ) : |
||
LoadCheckbox ( System.Json.JsonObject json, object data ) : |
||
LoadDateTime ( System.Json.JsonObject json, string type ) : |
||
LoadEntry ( System.Json.JsonObject json, bool isPassword ) : |
||
LoadHtmlElement ( System.Json.JsonObject json ) : |
||
LoadRadio ( System.Json.JsonObject json, object data ) : |
||
LoadSectionElements ( Section section, JsonArray array, object data ) : void | ||
LoadSections ( JsonArray array, object data ) : void | ||
LoadString ( System.Json.JsonObject json, object data ) : |
||
ParseColor ( string text ) : UIColor | ||
RemoveSpinner ( UITableViewCell cell, UIActivityIndicatorView spinner ) : void | ||
StartSpinner ( UITableViewCell cell ) : UIActivityIndicatorView | ||
ToAccessory ( string accesory ) : UITableViewCellAccessory | ||
ToAlignment ( string align ) : UITextAlignment | ||
ToAutocapitalization ( string auto ) : UITextAutocapitalizationType | ||
ToAutocorrect ( |
||
ToCellStyle ( string style ) : UITableViewCellStyle | ||
ToFont ( string kvalue ) : UIFont | ||
ToKeyboardType ( string kbdType ) : UIKeyboardType | ||
ToLinebreakMode ( string mode ) : UILineBreakMode | ||
ToReturnKeyType ( string returnKeyType ) : UIReturnKeyType |
public static FromFile ( string file ) : |
||
file | string | |
리턴 |
public static FromFile ( string file, object arg ) : |
||
file | string | |
arg | object | |
리턴 |
public static FromJson ( |
||
parent | ||
json | System.Json.JsonObject | |
data | object | |
리턴 |
public static FromJson ( System.Json.JsonObject json ) : |
||
json | System.Json.JsonObject | |
리턴 |
public static FromJson ( System.Json.JsonObject json, object data ) : |
||
json | System.Json.JsonObject | |
data | object | |
리턴 |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
리턴 | UITableViewCell |
public JsonElement ( string caption, Group group, string url ) : System | ||
caption | string | |
group | Group | |
url | string | |
리턴 | System |
public JsonElement ( string caption, int section, int element, string url ) : System | ||
caption | string | |
section | int | |
element | int | |
url | string | |
리턴 | System |
public JsonElement ( string caption, string url ) : System | ||
caption | string | |
url | string | |
리턴 | System |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
리턴 | void |