C# Class SynthExport.SynthData

Exibir arquivo Open project: neonascent/SynthExport-Fork Class Usage Examples

Public Methods

Method Description
Load ( string collectionID ) : SynthData
LoadFromZipFile ( string path ) : SynthData

Private Methods

Method Description
LoadJsonData ( TextReader jsonReader ) : void
SynthData ( ) : System

Method Details

Load() public static method

public static Load ( string collectionID ) : SynthData
collectionID string
return SynthData

LoadFromZipFile() public static method

public static LoadFromZipFile ( string path ) : SynthData
path string
return SynthData