public class ContainerRecord
Public Class ContainerRecord
public ref class ContainerRecord
Gemstone.PQDIF.Logical.ContainerRecord = function();
Type.createClass(
'Gemstone.PQDIF.Logical.ContainerRecord');
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. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RemoveElement | Removes the element identified by the given tag from the record. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
SubjectTag | Tag that identifies the subject applied to the PQDIF file. |
TitleTag | Tag that identifies the title applied to the PQDIF file. |