C# Class JSONTools.JSONObject

Afficher le fichier Open project: DaveSanders/jsontools Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddChildAttribute() public méthode

public AddChildAttribute ( JSONObject child, string Raw ) : void
child JSONObject
Raw string
Résultat void

AddChildAttribute() public méthode

public AddChildAttribute ( string Raw ) : void
Raw string
Résultat void

AddChildObject() public méthode

public AddChildObject ( string Raw ) : void
Raw string
Résultat void

AddNode() public méthode

public AddNode ( ) : JSONObject
Résultat JSONObject

AddNode() public méthode

public AddNode ( string Name, object Value, string Type ) : void
Name string
Value object
Type string
Résultat void

BuildTree() public méthode

public BuildTree ( ) : void
Résultat void

BuildTree() public méthode

public BuildTree ( TreeView Tree ) : void
Tree System.Windows.Forms.TreeView
Résultat void

ChangeName() public méthode

public ChangeName ( string NewName ) : void
NewName string
Résultat void

Delete() public méthode

public Delete ( ) : JSONObject
Résultat JSONObject

Deserialize() public méthode

public Deserialize ( string Text ) : void
Text string
Résultat void

GetChild() public méthode

public GetChild ( string ChildName ) : JSONObject
ChildName string
Résultat JSONObject

GetLastObject() public méthode

public GetLastObject ( JSONObject Input ) : JSONObject
Input JSONObject
Résultat JSONObject

GetNextObject() public méthode

public GetNextObject ( ) : JSONObject
Résultat JSONObject

GetNextObject() public méthode

public GetNextObject ( bool DontGoDown ) : JSONObject
DontGoDown bool
Résultat JSONObject

GetPreviousObject() public méthode

public GetPreviousObject ( ) : JSONObject
Résultat JSONObject

RemoveChild() public méthode

public RemoveChild ( string ChildName ) : void
ChildName string
Résultat void

Serialize() public méthode

public Serialize ( ) : string
Résultat string

SetImage() public méthode

public SetImage ( ) : void
Résultat void

SplitObjects() public méthode

public SplitObjects ( string JSON ) : List
JSON string
Résultat List

UpdateText() public méthode

public UpdateText ( string Text ) : void
Text string
Résultat void