C# 클래스 FaultData.DataReaders.EMAXReader

상속: IDataReader, IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA

공개 메소드들

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

Creates a new instance of the EMAXReader class.

Parse ( string filePath ) : void

비공개 메소드들

메소드 설명
IndexOf ( string input ) : int
ParseSeries ( ANLG_CHNL_NEW analogChannel ) : Channel

메소드 상세

CanParse() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EMAXReader() 공개 메소드

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

Parse() 공개 메소드

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