C# 클래스 FaultData.DataReaders.COMTRADEReader

Reads a COMTRADE file to produce a DataSets.MeterDataSet.
상속: IDataReader, IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

Private Properties

프로퍼티 타입 설명
ParseSeries FaultData.Database.Channel
ParseSeries FaultData.Database.Channel

공개 메소드들

메소드 설명
COMTRADEReader ( ) : System

Creates a new instance of the COMTRADEReader class.

CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
Dispose ( ) : void
Parse ( string filePath ) : void

비공개 메소드들

메소드 설명
ParseSeries ( AnalogChannel analogChannel ) : Channel
ParseSeries ( DigitalChannel digitalChannel ) : Channel

메소드 상세

COMTRADEReader() 공개 메소드

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

CanParse() 공개 메소드

public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string
fileCreationTime System.DateTime
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Parse() 공개 메소드

public Parse ( string filePath ) : void
filePath string
리턴 void