C# 클래스 MonoMobile.Forms.FormObjectExtensions

파일 보기 프로젝트 열기: escoz/MonoMobile.Forms

공개 메소드들

메소드 설명
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

메소드 상세

Clean() 공개 정적인 메소드

public static Clean ( this str ) : string
str this
리턴 string

CleanString() 공개 정적인 메소드

public static CleanString ( this json ) : string
json this
리턴 string

asAction() 공개 정적인 메소드

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

asBoolean() 공개 정적인 메소드

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

asDateTime() 공개 정적인 메소드

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

asDouble() 공개 정적인 메소드

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

asJsonObject() 공개 정적인 메소드

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

asJsonValue() 공개 정적인 메소드

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

asString() 공개 정적인 메소드

public static asString ( this json, string name ) : string
json this
name string
리턴 string

asStringList() 공개 정적인 메소드

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

asUIImage() 공개 정적인 메소드

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