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.110 -- Release Build+b4919315e8c742e443cd323c6bfaf3fcd0062dd8
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