Click or drag to resize

LogicalWriter Class

Represents a writer used to create files using the PQDIF file format.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalLogicalWriter

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public sealed class LogicalWriter : IDisposable
View Source

The LogicalWriter type exposes the following members.

Constructors
 NameDescription
Public methodLogicalWriter(String) Creates a new instance of the LogicalWriter class.
Public methodLogicalWriter(Stream, Boolean) Creates a new instance of the LogicalWriter class.
Top
Properties
 NameDescription
Public propertyMissingTags Gets a collection of required tags identified as missing from the records written to this PQDIF file.
Top
Methods
 NameDescription
Public methodDispose Releases the unmanaged resources used by the LogicalWriter object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite(ContainerRecord) Writes the given container record to the file stream.
Public methodWrite(ObservationRecord, Boolean) Writes the given observation record, as well as its data source and monitor settings records if necessary, to the file stream.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also