C# Class MonoTouch.Dialog.JsonObjectExtensions

Afficher le fichier Open project: escoz/MonoMobile.Forms

Méthodes publiques

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

Méthode Description
Clean ( this str ) : string

Method Details

CleanString() public static méthode

public static CleanString ( this json ) : string
json this
Résultat string

GravatarUrl() public static méthode

public static GravatarUrl ( this json, string name ) : string
json this
name string
Résultat string

a() public static méthode

public static a ( this json, JsonDialogViewController dvc ) : NSAction
json this
dvc JsonDialogViewController
Résultat NSAction

b() public static méthode

public static b ( this json, string name ) : bool
json this
name string
Résultat bool

d() public static méthode

public static d ( this json, string name ) : Nullable
json this
name string
Résultat Nullable

dt() public static méthode

public static dt ( this json, string name ) : System.DateTime
json this
name string
Résultat System.DateTime

i() public static méthode

public static i ( this json, string name ) : UIImage
json this
name string
Résultat UIImage

o() public static méthode

public static o ( this json, string name ) : JsonValue
json this
name string
Résultat System.Json.JsonValue

s() public static méthode

public static s ( this json, string name ) : string
json this
name string
Résultat string

sl() public static méthode

public static sl ( this json, string name ) : List
json this
name string
Résultat List