Identifier Class

Represents an identifier as defined by the PQDIF standard.

Definition

Namespace: Gemstone.PQDIF
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.138 -- Release Build+96875833d2894fd2d83b642a724995fed7d1f0b1
public class Identifier
Inheritance
Object    Identifier

Properties

Description Gets a description of the identifier.
Name Gets the name of the identifier as defined by the gemstone.pqdif library.
StandardName Gets the name of the identifier as defined by the standard.
Value Gets a string representation of the value of this identifier.

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