C# Class SynthExport.SynthData

Afficher le fichier Open project: neonascent/SynthExport-Fork Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string collectionID ) : SynthData
LoadFromZipFile ( string path ) : SynthData

Private Methods

Méthode Description
LoadJsonData ( TextReader jsonReader ) : void
SynthData ( ) : System

Method Details

Load() public static méthode

public static Load ( string collectionID ) : SynthData
collectionID string
Résultat SynthData

LoadFromZipFile() public static méthode

public static LoadFromZipFile ( string path ) : SynthData
path string
Résultat SynthData