C# Class MonoMobile.Forms.FormObjectExtensions

Datei anzeigen Open project: escoz/MonoMobile.Forms

Public Methods

Method 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 method

public static Clean ( this str ) : string
str this
return string

CleanString() public static method

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

asAction() public static method

public static asAction ( this json, FormDialogViewController dvc ) : System.Action
json this
dvc FormDialogViewController
return System.Action

asBoolean() public static method

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

asDateTime() public static method

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

asDouble() public static method

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

asJsonObject() public static method

public static asJsonObject ( this json, string name ) : System.Json.JsonObject
json this
name string
return System.Json.JsonObject

asJsonValue() public static method

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

asString() public static method

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

asStringList() public static method

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

asUIImage() public static method

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