Click or drag to resize

ContainerRecord Class

Represents the container record in a PQDIF file. There can be only one container record in a PQDIF file, and it is the first physical Record.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalContainerRecord

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

The ContainerRecord type exposes the following members.

Properties
 NameDescription
Public propertyCompatibleMajorVersion Gets the compatible major version that the file can be read as.
Public propertyCompatibleMinorVersion Gets the compatible minor version that the file can be read as.
Public propertyCompressionAlgorithm Gets the compression algorithm used to compress the PQDIF file.
Public propertyCompressionStyle Gets the style of compression used to compress the PQDIF file.
Public propertyCreation Gets the date and time of file creation.
Public propertyFileName Gets the name of the file at the time the file was written.
Public propertyNotes Gets the notes stored in the file.
Public propertyPhysicalRecord Gets the physical structure of the container record.
Public propertySubject Gets the subject applied to the file.
Public propertyTitle Gets the title applied to the file.
Public propertyWriterMajorVersion Gets the major version number of the PQDIF file writer.
Public propertyWriterMinorVersion Gets the minor version number of the PQDIF file writer.
Top
Methods
 NameDescription
Public methodStatic memberCreateContainerRecord Creates a new container record from scratch.
Public methodStatic memberCreateContainerRecord(Record) Creates a new container record from the given physical record if the physical record is of type container. Returns null if it is not.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveElement Removes the element identified by the given tag from the record.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberCompressionAlgorithmTag Tag that identifies the compression algorithm used when writing the PQDIF file.
Public fieldStatic memberCompressionStyleTag Tag that identifies the compression style of the PQDIF file.
Public fieldStatic memberCreationTag Tag that identifies the date and time of creation.
Public fieldStatic memberFileNameTag Tag that identifies the file name.
Public fieldStatic memberNotesTag Tag that identifies the notes stored in the PQDIF file.
Public fieldStatic memberSubjectTag Tag that identifies the subject applied to the PQDIF file.
Public fieldStatic memberTitleTag Tag that identifies the title applied to the PQDIF file.
Public fieldStatic memberVersionInfoTag Tag that identifies the version info.
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