RecordBody Class

The body of a PQDIF Record. The body is part of the physical structure of a PQDIF file. It laid out as a hierarchy of Elements, starting with a CollectionElement that contains other elements.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
public class RecordBody
Inheritance
Object    RecordBody

Constructors

RecordBody(CollectionElement) Creates a new instance of the RecordBody class.
RecordBody(Guid) Creates a new instance of the RecordBody class.

Properties

Checksum Gets or sets the CRC32 checksum of the record body.
Collection Gets or sets the CollectionElement at the top of the hierarchy. This can be used to traverse the hierarchy.

Methods

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)
ToString Returns a string representation of the record body.
(Overrides ObjectToString)

See Also