C# Class NCldr.NCldrBsonFileDataSource

NCldrBsonFileDataSource loads/saves the raw NCLDR data from an NCldr Binary JSON data file
Set the NCldrBsonFileDataSource.NCldrDataPath property before calling NCldrBsonFileDataSource.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

NCldrBsonFileDataSource ( ) : System

Initializes a new instance of the NCldrBsonFileDataSource 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

NCldrBsonFileDataSource() public method

Initializes a new instance of the NCldrBsonFileDataSource class
public NCldrBsonFileDataSource ( ) : 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