Namespace: ITHit.Collab
The ExtendibleEnum type exposes the following members.
Name | Description | |
---|---|---|
ExtendibleEnum |
Creates a new instance of the ExtendibleEnum object.
|
Name | Description | |
---|---|---|
Name |
Gets the string representation of the enum value.
| |
Number |
Gets the integer representation of the enum value. Default is -1.
|
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(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.) | |
FromIntT |
Converts int to ExtendibleEnum.
| |
FromIntSafeT |
Converts Nullable int to ExtendibleEnum of spcified type. Returns null if null is passed.
If no matching iteger value is found the ArgumentException is thrown.
| |
FromStringT |
Converts string to ExtendibleEnum.
| |
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 |
Converts this object to its string representation.
(Overrides ObjectToString.) | |
TryFromIntT |
Tries to convert int to ExtendibleEnum.
| |
TryFromStringT |
Tries to convert string to ExtendibleEnum.
|
Name | Description | |
---|---|---|
Equality | ||
Inequality |