C# Class UrbanBlimp.Dynamic

显示文件 Open project: farhadbheekoo/UrbanBlimp

Public Methods

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

Method Details

BoolValue() public static method

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

DateValue() public static method

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

IntValue() public static method

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

ListValue() public static method

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

NullIntValue() public static method

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

NullableDateValue() public static method

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

StringValue() public static method

public static StringValue ( this jsonValue, string key ) : string
jsonValue this
key string
return string

ToJsonArray() public static method

public static ToJsonArray ( this list ) : JsonArray
list this
return JsonArray