Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.PhysicalRecordBody

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public class RecordBody
View Source

The RecordBody type exposes the following members.

Constructors
 NameDescription
Public methodRecordBody Creates a new instance of the RecordBody class.
Public methodRecordBody(Guid) Creates a new instance of the RecordBody class.
Top
Properties
 NameDescription
Public propertyChecksum Gets or sets the CRC32 checksum of the record body.
Public propertyCollection Gets or sets the CollectionElement at the top of the hierarchy. This can be used to traverse the hierarchy.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a string representation of the record body.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also