C# Класс FaultData.DataReaders.PQDIFReader

Наследование: IDataReader, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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