C# Class LitJson.JsonData

Inheritance: IJsonWrapper
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Private Properties

Свойство Type Description
EnsureCollection ICollection
EnsureDictionary IDictionary
EnsureList IList
ICollection void
IDictionary IDictionaryEnumerator
IDictionary bool
IDictionary void
IDictionary void
IDictionary void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
JsonDataBool void
JsonDataDictionary void
JsonDataDouble void
JsonDataInt void
JsonDataList void
JsonDataLong void
JsonDataString void
ToJsonData JsonData
ToObject object
this objectIDictionary.System
this objectIList.System

Méthodes publiques

Méthode Description
Add ( object value ) : int
Clear ( ) : void
Contains ( object key ) : bool
Enumerator ( ) : IDictionaryEnumerator
Equals ( JsonData x ) : bool
GetJsonType ( ) : JsonType
IsNull ( JsonData jd ) : bool
JsonData ( ) : System
JsonData ( bool boolean ) : System
JsonData ( double number ) : System
JsonData ( int number ) : System
JsonData ( long number ) : System
JsonData ( object obj ) : System
JsonData ( string str ) : System
ToDouble ( ) : double

@yy ��������ű�ϵͳ��json����ת��

ToFloat ( ) : float

@yy ��������ű�ϵͳ��json����ת��

ToInt ( ) : int

@yy ��������ű�ϵͳ��json����ת��

ToJson ( ) : string
ToString ( ) : string
ToUint ( ) : uint

@yy ��������ű�ϵͳ��json����ת��

ToUshort ( ) : ushort

@yy ��������ű�ϵͳ��json����ת��

this ( int index ) : JsonData
this ( string prop_name ) : JsonData

Private Methods

Méthode Description
EnsureCollection ( ) : ICollection
EnsureDictionary ( ) : IDictionary
EnsureList ( ) : IList
ICollection ( Array array, int index ) : void
IDictionary ( ) : IDictionaryEnumerator
IDictionary ( object key ) : bool
IDictionary ( ) : void
IDictionary ( object key ) : void
IDictionary ( object key, object value ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
JsonDataBool ( bool boolean ) : void
JsonDataDictionary ( IDictionary obj ) : void
JsonDataDouble ( double number ) : void
JsonDataInt ( int number ) : void
JsonDataList ( IList obj ) : void
JsonDataLong ( long number ) : void
JsonDataString ( string str ) : void
ToJsonData ( object obj ) : JsonData
ToObject ( object obj ) : object
this ( object key ) : objectIDictionary.System
this ( int index ) : objectIList.System

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object key ) : bool
key object
Résultat bool

Enumerator() public méthode

public Enumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

Equals() public méthode

public Equals ( JsonData x ) : bool
x JsonData
Résultat bool

GetJsonType() public méthode

public GetJsonType ( ) : JsonType
Résultat JsonType

IsNull() public static méthode

public static IsNull ( JsonData jd ) : bool
jd JsonData
Résultat bool

JsonData() public méthode

public JsonData ( ) : System
Résultat System

JsonData() public méthode

public JsonData ( bool boolean ) : System
boolean bool
Résultat System

JsonData() public méthode

public JsonData ( double number ) : System
number double
Résultat System

JsonData() public méthode

public JsonData ( int number ) : System
number int
Résultat System

JsonData() public méthode

public JsonData ( long number ) : System
number long
Résultat System

JsonData() public méthode

public JsonData ( object obj ) : System
obj object
Résultat System

JsonData() public méthode

public JsonData ( string str ) : System
str string
Résultat System

ToDouble() public méthode

@yy ��������ű�ϵͳ��json����ת��
public ToDouble ( ) : double
Résultat double

ToFloat() public méthode

@yy ��������ű�ϵͳ��json����ת��
public ToFloat ( ) : float
Résultat float

ToInt() public méthode

@yy ��������ű�ϵͳ��json����ת��
public ToInt ( ) : int
Résultat int

ToJson() public méthode

public ToJson ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToUint() public méthode

@yy ��������ű�ϵͳ��json����ת��
public ToUint ( ) : uint
Résultat uint

ToUshort() public méthode

@yy ��������ű�ϵͳ��json����ת��
public ToUshort ( ) : ushort
Résultat ushort

this() public méthode

public this ( int index ) : JsonData
index int
Résultat JsonData

this() public méthode

public this ( string prop_name ) : JsonData
prop_name string
Résultat JsonData