C# Class MonoTouch.Dialog.JsonObjectExtensions

显示文件 Open project: escoz/MonoMobile.Forms

Public Methods

Method Description
CleanString ( this json ) : string
GravatarUrl ( this json, string name ) : string
a ( this json, JsonDialogViewController dvc ) : NSAction
b ( this json, string name ) : bool
d ( this json, string name ) : Nullable
dt ( this json, string name ) : System.DateTime
i ( this json, string name ) : UIImage
o ( this json, string name ) : JsonValue
s ( this json, string name ) : string
sl ( this json, string name ) : List

Private Methods

Method Description
Clean ( this str ) : string

Method Details

CleanString() public static method

public static CleanString ( this json ) : string
json this
return string

GravatarUrl() public static method

public static GravatarUrl ( this json, string name ) : string
json this
name string
return string

a() public static method

public static a ( this json, JsonDialogViewController dvc ) : NSAction
json this
dvc JsonDialogViewController
return NSAction

b() public static method

public static b ( this json, string name ) : bool
json this
name string
return bool

d() public static method

public static d ( this json, string name ) : Nullable
json this
name string
return Nullable

dt() public static method

public static dt ( this json, string name ) : System.DateTime
json this
name string
return System.DateTime

i() public static method

public static i ( this json, string name ) : UIImage
json this
name string
return UIImage

o() public static method

public static o ( this json, string name ) : JsonValue
json this
name string
return System.Json.JsonValue

s() public static method

public static s ( this json, string name ) : string
json this
name string
return string

sl() public static method

public static sl ( this json, string name ) : List
json this
name string
return List