| EnumModel Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: VirtualRadar.Interface.View
 Syntax
SyntaxThe EnumModel type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EnumModel | 
            Creates a new object.
             | 
|  | EnumModel(Int32, String) | 
            Creates a new object.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Description | 
            Gets or sets the localised description of the enum.
             | 
|  | Value | 
            Gets or sets the enum value.
             | 
 Methods
Methods| 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.) | 
 See Also
See Also