EnumModel Class |
Namespace: VirtualRadar.Interface.View
The EnumModel type exposes the following members.
Name | Description | |
---|---|---|
EnumModel |
Creates a new object.
| |
EnumModel(Int32, String) |
Creates a new object.
|
Name | Description | |
---|---|---|
Description |
Gets or sets the localised description of the enum.
| |
Value |
Gets or sets the enum value.
|
Name | Description | |
---|---|---|
CastFromIntT |
Casts an integer back to an enum value. Throws an InvalidCastException if the integer is not one of the enum's values.
| |
CreateFromEnumT |
Creates a sorted array of records for an enum.
| |
Equals | (Inherited from 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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsInRangeT |
Returns true if the value passed across is an valid value for the enum type parameter.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |