C# 클래스 JSONTools.JSONObject

파일 보기 프로젝트 열기: DaveSanders/jsontools 1 사용 예제들

공개 메소드들

메소드 설명
AddChildAttribute ( JSONObject child, string Raw ) : void
AddChildAttribute ( string Raw ) : void
AddChildObject ( string Raw ) : void
AddNode ( ) : JSONObject
AddNode ( string Name, object Value, string Type ) : void
BuildTree ( ) : void
BuildTree ( TreeView Tree ) : void
ChangeName ( string NewName ) : void
Delete ( ) : JSONObject
Deserialize ( string Text ) : void
GetChild ( string ChildName ) : JSONObject
GetLastObject ( JSONObject Input ) : JSONObject
GetNextObject ( ) : JSONObject
GetNextObject ( bool DontGoDown ) : JSONObject
GetPreviousObject ( ) : JSONObject
RemoveChild ( string ChildName ) : void
Serialize ( ) : string
SetImage ( ) : void
SplitObjects ( string JSON ) : List
UpdateText ( string Text ) : void

메소드 상세

AddChildAttribute() 공개 메소드

public AddChildAttribute ( JSONObject child, string Raw ) : void
child JSONObject
Raw string
리턴 void

AddChildAttribute() 공개 메소드

public AddChildAttribute ( string Raw ) : void
Raw string
리턴 void

AddChildObject() 공개 메소드

public AddChildObject ( string Raw ) : void
Raw string
리턴 void

AddNode() 공개 메소드

public AddNode ( ) : JSONObject
리턴 JSONObject

AddNode() 공개 메소드

public AddNode ( string Name, object Value, string Type ) : void
Name string
Value object
Type string
리턴 void

BuildTree() 공개 메소드

public BuildTree ( ) : void
리턴 void

BuildTree() 공개 메소드

public BuildTree ( TreeView Tree ) : void
Tree System.Windows.Forms.TreeView
리턴 void

ChangeName() 공개 메소드

public ChangeName ( string NewName ) : void
NewName string
리턴 void

Delete() 공개 메소드

public Delete ( ) : JSONObject
리턴 JSONObject

Deserialize() 공개 메소드

public Deserialize ( string Text ) : void
Text string
리턴 void

GetChild() 공개 메소드

public GetChild ( string ChildName ) : JSONObject
ChildName string
리턴 JSONObject

GetLastObject() 공개 메소드

public GetLastObject ( JSONObject Input ) : JSONObject
Input JSONObject
리턴 JSONObject

GetNextObject() 공개 메소드

public GetNextObject ( ) : JSONObject
리턴 JSONObject

GetNextObject() 공개 메소드

public GetNextObject ( bool DontGoDown ) : JSONObject
DontGoDown bool
리턴 JSONObject

GetPreviousObject() 공개 메소드

public GetPreviousObject ( ) : JSONObject
리턴 JSONObject

RemoveChild() 공개 메소드

public RemoveChild ( string ChildName ) : void
ChildName string
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

SetImage() 공개 메소드

public SetImage ( ) : void
리턴 void

SplitObjects() 공개 메소드

public SplitObjects ( string JSON ) : List
JSON string
리턴 List

UpdateText() 공개 메소드

public UpdateText ( string Text ) : void
Text string
리턴 void