C# Class JSONTools.JSONObjectOLD

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

Méthodes publiques

Méthode Description
Add ( string Name, object Value, string Type ) : void
AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
Find ( string Name ) : JSONAttribute
GetObjects ( string Input ) : List
ParseRaw ( ) : void
Remove ( string Name ) : void
SortByType ( ) : List

Method Details

Add() public méthode

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

AddOrRename() public méthode

public AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
OldName string
NewName string
Value object
Type string
Résultat void

Find() public méthode

public Find ( string Name ) : JSONAttribute
Name string
Résultat JSONAttribute

GetObjects() public static méthode

public static GetObjects ( string Input ) : List
Input string
Résultat List

ParseRaw() public méthode

public ParseRaw ( ) : void
Résultat void

Remove() public méthode

public Remove ( string Name ) : void
Name string
Résultat void

SortByType() public méthode

public SortByType ( ) : List
Résultat List