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.

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
public class ContainerRecord
Inheritance
Object    ContainerRecord

Properties

CompatibleMajorVersion Gets the compatible major version that the file can be read as.
CompatibleMinorVersion Gets the compatible minor version that the file can be read as.
CompressionAlgorithm Gets the compression algorithm used to compress the PQDIF file.
CompressionAlgorithmTag Tag that identifies the compression algorithm used when writing the PQDIF file.
CompressionStyle Gets the style of compression used to compress the PQDIF file.
CompressionStyleTag Tag that identifies the compression style of the PQDIF file.
Creation Gets the date and time of file creation.
CreationTag Tag that identifies the date and time of creation.
FileName Gets the name of the file at the time the file was written.
FileNameTag Tag that identifies the file name.
Notes Gets the notes stored in the file.
NotesTag Tag that identifies the notes stored in the PQDIF file.
PhysicalRecord Gets the physical structure of the container record.
Subject Gets the subject applied to the file.
Title Gets the title applied to the file.
VersionInfoTag Tag that identifies the version info.
WriterMajorVersion Gets the major version number of the PQDIF file writer.
WriterMinorVersion Gets the minor version number of the PQDIF file writer.

Methods

CreateContainerRecord Creates a new container record from scratch.
CreateContainerRecord(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.
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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveElement Removes the element identified by the given tag from the record.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

SubjectTag Tag that identifies the subject applied to the PQDIF file.
TitleTag Tag that identifies the title applied to the PQDIF file.

See Also