C# Class FaultData.DataReaders.EMAXReader

Inheritance: IDataReader, IDisposable
Afficher le fichier Open project: GridProtectionAlliance/openXDA

Méthodes publiques

Méthode 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

Méthode Description
IndexOf ( string input ) : int
ParseSeries ( ANLG_CHNL_NEW analogChannel ) : Channel

Method Details

CanParse() public méthode

public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool
filePath string
fileCreationTime System.DateTime
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EMAXReader() public méthode

Creates a new instance of the EMAXReader class.
public EMAXReader ( ) : System
Résultat System

Parse() public méthode

public Parse ( string filePath ) : void
filePath string
Résultat void