C# Class MonoMobile.Forms.FormObjectExtensions

Afficher le fichier Open project: escoz/MonoMobile.Forms

Méthodes publiques

Méthode Description
Clean ( this str ) : string
CleanString ( this json ) : string
asAction ( this json, FormDialogViewController dvc ) : System.Action
asBoolean ( this json, string name ) : bool
asDateTime ( this json, string name ) : System.DateTime
asDouble ( this json, string name ) : Nullable
asJsonObject ( this json, string name ) : System.Json.JsonObject
asJsonValue ( this json, string name ) : JsonValue
asString ( this json, string name ) : string
asStringList ( this json, string name ) : List
asUIImage ( this json, string name ) : UIImage

Method Details

Clean() public static méthode

public static Clean ( this str ) : string
str this
Résultat string

CleanString() public static méthode

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

asAction() public static méthode

public static asAction ( this json, FormDialogViewController dvc ) : System.Action
json this
dvc FormDialogViewController
Résultat System.Action

asBoolean() public static méthode

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

asDateTime() public static méthode

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

asDouble() public static méthode

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

asJsonObject() public static méthode

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

asJsonValue() public static méthode

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

asString() public static méthode

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

asStringList() public static méthode

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

asUIImage() public static méthode

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