C# 클래스 GSF.TimeSeries.Configuration.BinaryFileConfigurationLoader

Represents a configuration loader that gets its configuration from a binary file.
상속: IConfigurationLoader
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
Augment ( DataSet configuration ) : void

Not supported.

Load ( ) : DataSet

Loads the entire configuration data set from scratch.

메소드 상세

Augment() 공개 메소드

Not supported.
public Augment ( DataSet configuration ) : void
configuration System.Data.DataSet
리턴 void

Load() 공개 메소드

Loads the entire configuration data set from scratch.
public Load ( ) : DataSet
리턴 System.Data.DataSet