public class RecordHeaderPublic Class RecordHeaderpublic ref class RecordHeaderGemstone.PQDIF.Physical.RecordHeader = function();
Type.createClass(
	'Gemstone.PQDIF.Physical.RecordHeader');| RecordHeader | Creates a new instance of the RecordHeader class. | 
| RecordHeader(Guid) | Creates a new instance of the RecordHeader class. | 
| BodySize | Gets or sets the size of the body, in bytes. | 
| Checksum | Optional checksum (such as a 32-bit CRC) of the record body to verify decompression. | 
| HeaderSize | Gets or sets the size of the header, in bytes. | 
| NextRecordPosition | Gets or sets the position of the next record in the PQDIF file. This value is a byte offset relative to the beginning of the file. | 
| Position | Gets or sets the position of this record. | 
| RecordSignature | Gets or sets the record's globally unique identifier. | 
| RecordTypeTag | Gets or sets the tag which identifies the type of the record. | 
| Reserved | Reserved to fill structure to 64 bytes. Should be filled with 0. | 
| TypeOfRecord | Gets or sets the type of the record which determines the logical structure of the record. | 
| 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) | 
| ToString | Returns a string representation of the record header. (Overrides ObjectToString) |