|   | Container | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe ContainerRecord type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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. | 
|  | CompressionStyle | Gets the style of compression used to compress the PQDIF file. | 
|  | Creation | Gets the date and time of file creation. | 
|  | FileName | Gets the name of the file at the time the file was written. | 
|  | Notes | Gets the notes stored in the 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. | 
|  | WriterMajorVersion | Gets the major version number of the PQDIF file writer. | 
|  | WriterMinorVersion | Gets the minor version number of the PQDIF file writer. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | 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) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | CompressionAlgorithmTag | Tag that identifies the compression algorithm used when writing the PQDIF file. | 
|   | CompressionStyleTag | Tag that identifies the compression style of the PQDIF file. | 
|   | CreationTag | Tag that identifies the date and time of creation. | 
|   | FileNameTag | Tag that identifies the file name. | 
|   | NotesTag | Tag that identifies the notes stored in the PQDIF file. | 
|   | SubjectTag | Tag that identifies the subject applied to the PQDIF file. | 
|   | TitleTag | Tag that identifies the title applied to the PQDIF file. | 
|   | VersionInfoTag | Tag that identifies the version info. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also