C# 클래스 UrbanBlimp.Dynamic

파일 보기 프로젝트 열기: farhadbheekoo/UrbanBlimp

공개 메소드들

메소드 설명
BoolValue ( this jsonValue, string key ) : bool
DateValue ( this json, string key ) : System.DateTime
IntValue ( this json, string key ) : int
ListValue ( this jsonValue, string key ) : List
NullIntValue ( this json, string key ) : int?
NullableDateValue ( this json, string key ) : DateTime?
StringValue ( this jsonValue, string key ) : string
ToJsonArray ( this list ) : JsonArray

메소드 상세

BoolValue() 공개 정적인 메소드

public static BoolValue ( this jsonValue, string key ) : bool
jsonValue this
key string
리턴 bool

DateValue() 공개 정적인 메소드

public static DateValue ( this json, string key ) : System.DateTime
json this
key string
리턴 System.DateTime

IntValue() 공개 정적인 메소드

public static IntValue ( this json, string key ) : int
json this
key string
리턴 int

ListValue() 공개 정적인 메소드

public static ListValue ( this jsonValue, string key ) : List
jsonValue this
key string
리턴 List

NullIntValue() 공개 정적인 메소드

public static NullIntValue ( this json, string key ) : int?
json this
key string
리턴 int?

NullableDateValue() 공개 정적인 메소드

public static NullableDateValue ( this json, string key ) : DateTime?
json this
key string
리턴 DateTime?

StringValue() 공개 정적인 메소드

public static StringValue ( this jsonValue, string key ) : string
jsonValue this
key string
리턴 string

ToJsonArray() 공개 정적인 메소드

public static ToJsonArray ( this list ) : JsonArray
list this
리턴 JsonArray