Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
AreEquivalent ( |
||
ParseDataSource ( |
||
ParseSeries ( SeriesDefinition seriesDefinition ) : |
||
ParseSeries ( SeriesInstance seriesInstance ) : |
||
ParseTimeData ( ChannelInstance channelInstance ) : System.DateTime[] | ||
ParseValueData ( SeriesInstance seriesInstance ) : double[] |
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. |
return | bool |
public Parse ( string filePath ) : void | ||
filePath | string | The path to the file to be parsed. |
return | void |