Element Class

Base class for elements. Elements are part of the physical structure of a PQDIF file. They exist within the body of a Record.

Definition

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

Constructors

ElementInitializes a new instance of the Element class

Properties

TagOfElement Gets or sets the tag which identifies the element.
TypeOfElement Gets the type of the element. The element can be a ScalarElement, a VectorElement, or a CollectionElement.
TypeOfValue Gets or sets the physical type of the value or values contained by the element.

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also