LogicalParser Methods

Methods

CloseAsync Closes the PQDIF file.
Dispose Releases resources held by the parser.
DisposeAsync Releases resources held by the parser.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HasNextObservationRecordAsync Determines whether there are any more ObservationRecords to be read from the PQDIF file.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NextObservationRecordAsync Gets the next observation record from the PQDIF file.
OpenAsync Opens the parser and parses the ContainerRecord.
OpenAsync(Stream, Boolean) Opens the parser and parses the ContainerRecord.
ResetAsync Resets the parser to the beginning of the PQDIF file.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also