LogicalWriter Class

Represents a writer used to create files using the PQDIF file format.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
public sealed class LogicalWriter : IAsyncDisposable, 
	IDisposable
Inheritance
Object    LogicalWriter
Implements
IAsyncDisposable, IDisposable

Constructors

LogicalWriter(String) Creates a new instance of the LogicalWriter class.
LogicalWriter(Stream, Boolean) Creates a new instance of the LogicalWriter class.

Properties

MissingTags Gets a collection of required tags identified as missing from the records written to this PQDIF file.

Methods

Dispose Releases the unmanaged resources used by the LogicalWriter object.
DisposeAsync Releases the unmanaged resources used by the LogicalWriter object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteAsync(ContainerRecord) Writes the given container record to the file stream.
WriteAsync(ObservationRecord, Boolean) Writes the given observation record, as well as its data source and monitor settings records if necessary, to the file stream.

See Also