C# Класс UrbanBlimp.Dynamic

Показать файл Открыть проект

Открытые методы

Метод Описание
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