C# Класс LitJson.JsonMockWrapper

Наследование: IJsonWrapper
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
IDictionary IDictionaryEnumerator
IDictionary bool
IEnumerable IEnumerator
IList bool
IList int
IOrderedDictionary IDictionaryEnumerator

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

Метод Описание
GetBoolean ( ) : bool
GetJsonType ( ) : JsonType
GetNatural ( ) : long
GetReal ( ) : double
GetString ( ) : string
ICollection ( Array array, int index ) : void
IDictionary ( ) : void
IDictionary ( object key ) : void
IDictionary ( object k, object v ) : void
IList ( ) : void
IList ( int index ) : void
IList ( int i, object v ) : void
IList ( object value ) : void
IOrderedDictionary ( int i ) : void
IOrderedDictionary ( int i, object k, object v ) : void
SetBoolean ( bool val ) : void
SetJsonType ( JsonType type ) : void
SetNatural ( long val ) : void
SetReal ( double val ) : void
SetString ( string val ) : void
ToJson ( ) : string
ToJson ( JsonWriter writer ) : void
this ( object key ) : objectIDictionary.System
this ( int index ) : objectIList.System
this ( int idx ) : objectIOrderedDictionary.System

Приватные методы

Метод Описание
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IOrderedDictionary ( ) : IDictionaryEnumerator

Описание методов

GetBoolean() публичный Метод

public GetBoolean ( ) : bool
Результат bool

GetJsonType() публичный Метод

public GetJsonType ( ) : JsonType
Результат JsonType

GetNatural() публичный Метод

public GetNatural ( ) : long
Результат long

GetReal() публичный Метод

public GetReal ( ) : double
Результат double

GetString() публичный Метод

public GetString ( ) : string
Результат string

ICollection() публичный Метод

public ICollection ( Array array, int index ) : void
array System.Array
index int
Результат void

IDictionary() публичный Метод

public IDictionary ( ) : void
Результат void

IDictionary() публичный Метод

public IDictionary ( object key ) : void
key object
Результат void

IDictionary() публичный Метод

public IDictionary ( object k, object v ) : void
k object
v object
Результат void

IList() публичный Метод

public IList ( ) : void
Результат void

IList() публичный Метод

public IList ( int index ) : void
index int
Результат void

IList() публичный Метод

public IList ( int i, object v ) : void
i int
v object
Результат void

IList() публичный Метод

public IList ( object value ) : void
value object
Результат void

IOrderedDictionary() публичный Метод

public IOrderedDictionary ( int i ) : void
i int
Результат void

IOrderedDictionary() публичный Метод

public IOrderedDictionary ( int i, object k, object v ) : void
i int
k object
v object
Результат void

SetBoolean() публичный Метод

public SetBoolean ( bool val ) : void
val bool
Результат void

SetJsonType() публичный Метод

public SetJsonType ( JsonType type ) : void
type JsonType
Результат void

SetNatural() публичный Метод

public SetNatural ( long val ) : void
val long
Результат void

SetReal() публичный Метод

public SetReal ( double val ) : void
val double
Результат void

SetString() публичный Метод

public SetString ( string val ) : void
val string
Результат void

ToJson() публичный Метод

public ToJson ( ) : string
Результат string

ToJson() публичный Метод

public ToJson ( JsonWriter writer ) : void
writer JsonWriter
Результат void

this() публичный Метод

public this ( object key ) : objectIDictionary.System
key object
Результат objectIDictionary.System

this() публичный Метод

public this ( int index ) : objectIList.System
index int
Результат objectIList.System

this() публичный Метод

public this ( int idx ) : objectIOrderedDictionary.System
idx int
Результат objectIOrderedDictionary.System