Method | Description | |
---|---|---|
AddChildAttribute ( |
||
AddChildAttribute ( string Raw ) : void | ||
AddChildObject ( string Raw ) : void | ||
AddNode ( ) : |
||
AddNode ( string Name, object Value, string Type ) : void | ||
BuildTree ( ) : void | ||
BuildTree ( |
||
ChangeName ( string NewName ) : void | ||
Delete ( ) : |
||
Deserialize ( string Text ) : void | ||
GetChild ( string ChildName ) : |
||
GetLastObject ( |
||
GetNextObject ( ) : |
||
GetNextObject ( bool DontGoDown ) : |
||
GetPreviousObject ( ) : |
||
RemoveChild ( string ChildName ) : void | ||
Serialize ( ) : string | ||
SetImage ( ) : void | ||
SplitObjects ( string JSON ) : List |
||
UpdateText ( string Text ) : void |
public AddChildAttribute ( |
||
child | ||
Raw | string | |
return | void |
public AddChildAttribute ( string Raw ) : void | ||
Raw | string | |
return | void |
public AddNode ( string Name, object Value, string Type ) : void | ||
Name | string | |
Value | object | |
Type | string | |
return | void |
public BuildTree ( |
||
Tree | ||
return | void |
public GetChild ( string ChildName ) : |
||
ChildName | string | |
return |
public GetLastObject ( |
||
Input | ||
return |
public GetNextObject ( bool DontGoDown ) : |
||
DontGoDown | bool | |
return |
public RemoveChild ( string ChildName ) : void | ||
ChildName | string | |
return | void |