C# Class NCldr.NCldrJsonFileDataSource

NCldrJsonFileDataSource loads/saves the raw NCLDR data from an NCldr JSON data file
Set the NCldrJsonFileDataSource.NCldrDataPath property before calling NCldrJsonFileDataSource.Load
Inheritance: NCldrJsonFileDataSourceBase, INCldrFileDataSource
Afficher le fichier Open project: GuySmithFerrier/NCLDR

Méthodes publiques

Méthode Description
Load ( ) : INCldrData

Loads loads the raw data from the NCldr data file and returns an NCldrData object

NCldrJsonFileDataSource ( ) : System

Initializes a new instance of the NCldrJsonFileDataSource class

Save ( INCldrData ncldrData ) : void

Save saves the NCldrData object to the NCldr data file

Method Details

Load() public méthode

Loads loads the raw data from the NCldr data file and returns an NCldrData object
public Load ( ) : INCldrData
Résultat INCldrData

NCldrJsonFileDataSource() public méthode

Initializes a new instance of the NCldrJsonFileDataSource class
public NCldrJsonFileDataSource ( ) : System
Résultat System

Save() public méthode

Save saves the NCldrData object to the NCldr data file
public Save ( INCldrData ncldrData ) : void
ncldrData INCldrData The INCldrData object to save
Résultat void