C# 클래스 LitJson.JsonData

상속: IJsonWrapper
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( object value ) : int
value object
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object key ) : bool
key object
리턴 bool

Enumerator() 공개 메소드

public Enumerator ( ) : IDictionaryEnumerator
리턴 IDictionaryEnumerator

Equals() 공개 메소드

public Equals ( JsonData x ) : bool
x JsonData
리턴 bool

GetJsonType() 공개 메소드

public GetJsonType ( ) : JsonType
리턴 JsonType

IsNull() 공개 정적인 메소드

public static IsNull ( JsonData jd ) : bool
jd JsonData
리턴 bool

JsonData() 공개 메소드

public JsonData ( ) : System
리턴 System

JsonData() 공개 메소드

public JsonData ( bool boolean ) : System
boolean bool
리턴 System

JsonData() 공개 메소드

public JsonData ( double number ) : System
number double
리턴 System

JsonData() 공개 메소드

public JsonData ( int number ) : System
number int
리턴 System

JsonData() 공개 메소드

public JsonData ( long number ) : System
number long
리턴 System

JsonData() 공개 메소드

public JsonData ( object obj ) : System
obj object
리턴 System

JsonData() 공개 메소드

public JsonData ( string str ) : System
str string
리턴 System

ToDouble() 공개 메소드

@yy ��������ű�ϵͳ��json����ת��
public ToDouble ( ) : double
리턴 double

ToFloat() 공개 메소드

@yy ��������ű�ϵͳ��json����ת��
public ToFloat ( ) : float
리턴 float

ToInt() 공개 메소드

@yy ��������ű�ϵͳ��json����ת��
public ToInt ( ) : int
리턴 int

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUint() 공개 메소드

@yy ��������ű�ϵͳ��json����ת��
public ToUint ( ) : uint
리턴 uint

ToUshort() 공개 메소드

@yy ��������ű�ϵͳ��json����ת��
public ToUshort ( ) : ushort
리턴 ushort

this() 공개 메소드

public this ( int index ) : JsonData
index int
리턴 JsonData

this() 공개 메소드

public this ( string prop_name ) : JsonData
prop_name string
리턴 JsonData