Public Methods

  Name Description
Public method Equals Overridden.  
Public method GetHashCode Overridden.  
Public method Static GetInstanceFromString Returns an instance of this class using its associated String value.
Public method GetIntValue Returns an int value associated with a specific instance of this class. Each constant has an associated integer value, which is only useful for use in a switch() construct. For simple comparisons, call Equals() or use "==".
Public method GetObjectData This method is exposed to satisfy the ISerializable interface.
Public method GetStringValue Returns a String value associated with a specific instance of this class.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method GetValue Returns a String value associated with a specific instance of this class.
Public method ToString Overridden.  
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also