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.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
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