C# 클래스 NCldr.NCldrJsonFileDataSource

NCldrJsonFileDataSource loads/saves the raw NCLDR data from an NCldr JSON data file
Set the NCldrJsonFileDataSource.NCldrDataPath property before calling NCldrJsonFileDataSource.Load
상속: NCldrJsonFileDataSourceBase, INCldrFileDataSource
파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR

공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 메소드

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

NCldrJsonFileDataSource() 공개 메소드

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

Save() 공개 메소드

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