C# Class UrbanBlimp.Dynamic

Afficher le fichier Open project: farhadbheekoo/UrbanBlimp

Méthodes publiques

Méthode 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 méthode

public static BoolValue ( this jsonValue, string key ) : bool
jsonValue this
key string
Résultat bool

DateValue() public static méthode

public static DateValue ( this json, string key ) : System.DateTime
json this
key string
Résultat System.DateTime

IntValue() public static méthode

public static IntValue ( this json, string key ) : int
json this
key string
Résultat int

ListValue() public static méthode

public static ListValue ( this jsonValue, string key ) : List
jsonValue this
key string
Résultat List

NullIntValue() public static méthode

public static NullIntValue ( this json, string key ) : int?
json this
key string
Résultat int?

NullableDateValue() public static méthode

public static NullableDateValue ( this json, string key ) : DateTime?
json this
key string
Résultat DateTime?

StringValue() public static méthode

public static StringValue ( this jsonValue, string key ) : string
jsonValue this
key string
Résultat string

ToJsonArray() public static méthode

public static ToJsonArray ( this list ) : JsonArray
list this
Résultat JsonArray