C# 클래스 NCldr.NCldrXmlFileDataSource

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

공개 메소드들

메소드 설명
Exists ( ) : bool

Exists returns true if the NCldr data file exists

Load ( ) : INCldrData

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

NCldrXmlFileDataSource ( ) : System

Initializes a new instance of the NCldrXmlFileDataSource class

Save ( INCldrData ncldrData ) : void

Save saves the NCldrData object to the NCldr data file

메소드 상세

Exists() 공개 메소드

Exists returns true if the NCldr data file exists
public Exists ( ) : bool
리턴 bool

Load() 공개 메소드

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

NCldrXmlFileDataSource() 공개 메소드

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