C# Класс MonoTouch.Dialog.JsonObjectExtensions

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

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

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