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
显示文件 Open project: GuySmithFerrier/NCLDR

Public Methods

Method 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 method

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

NCldrJsonFileDataSource() public method

Initializes a new instance of the NCldrJsonFileDataSource class
public NCldrJsonFileDataSource ( ) : System
return System

Save() public method

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