|
Name |
Description |
|
Equals
|
Overridden. |
|
GetHashCode
|
Overridden. |
|
GetInstanceFromString
|
Returns an instance of this class using its associated String value. |
|
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 "==". |
|
GetObjectData
|
This method is exposed to satisfy the ISerializable interface. |
|
GetStringValue
|
Returns a String value associated with a specific instance of this class. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
GetValue
|
Returns a String value associated with a specific instance of this class. |
|
ToString
|
Overridden. |