C# 클래스 MonoTouch.Dialog.JsonObjectExtensions

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Clean ( this str ) : string

메소드 상세

CleanString() 공개 정적인 메소드

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

GravatarUrl() 공개 정적인 메소드

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

a() 공개 정적인 메소드

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

b() 공개 정적인 메소드

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

d() 공개 정적인 메소드

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

dt() 공개 정적인 메소드

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

i() 공개 정적인 메소드

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

o() 공개 정적인 메소드

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

s() 공개 정적인 메소드

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

sl() 공개 정적인 메소드

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