public abstract class Element
Public MustInherit Class Element
public ref class Element abstract
Gemstone.PQDIF.Physical.Element = function();
Type.createClass(
'Gemstone.PQDIF.Physical.Element');
Element | Initializes a new instance of the Element class |
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. |
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 that represents the current object. (Inherited from Object) |