C# Class FaultData.DataReaders.EMAXReader

Inheritance: IDataReader, IDisposable
Mostrar archivo Open project: GridProtectionAlliance/openXDA

Public Methods

Method Description
CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
Dispose ( ) : void
EMAXReader ( ) : System

Creates a new instance of the EMAXReader class.

Parse ( string filePath ) : void

Private Methods

Method Description
IndexOf ( string input ) : int
ParseSeries ( ANLG_CHNL_NEW analogChannel ) : Channel

Method Details

CanParse() public method

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

Dispose() public method

public Dispose ( ) : void
return void

EMAXReader() public method

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

Parse() public method

public Parse ( string filePath ) : void
filePath string
return void