C# 클래스 FaultData.DataReaders.PQDIFReader

상속: IDataReader, IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

메소드 설명
CanParse ( string filePath, System.DateTime fileCreationTime ) : bool

Determines whether the file can be parsed at this time.

Dispose ( ) : void
PQDIFReader ( ) : System

Creates a new instance of the PQDIFReader class.

Parse ( string filePath ) : void

Parses the file into a meter data set per meter contained in the file.

비공개 메소드들

메소드 설명
AreEquivalent ( DataSourceRecord dataSource1, DataSourceRecord dataSource2 ) : bool
ParseDataSource ( DataSourceRecord dataSource ) : Meter
ParseSeries ( SeriesDefinition seriesDefinition ) : Channel
ParseSeries ( SeriesInstance seriesInstance ) : Channel
ParseTimeData ( ChannelInstance channelInstance ) : System.DateTime[]
ParseValueData ( SeriesInstance seriesInstance ) : double[]

메소드 상세

CanParse() 공개 메소드

Determines whether the file can be parsed at this time.
public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string The path to the file to be parsed.
fileCreationTime System.DateTime The time the file was created.
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PQDIFReader() 공개 메소드

Creates a new instance of the PQDIFReader class.
public PQDIFReader ( ) : System
리턴 System

Parse() 공개 메소드

Parses the file into a meter data set per meter contained in the file.
public Parse ( string filePath ) : void
filePath string The path to the file to be parsed.
리턴 void