EnumModel Constructor (Int32, String) |
Creates a new object.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public EnumModel(
int value,
string description
)
Public Sub New (
value As Integer,
description As String
)
public:
EnumModel(
int value,
String^ description
)
new :
value : int *
description : string -> EnumModel
Parameters
- value
- Type: SystemInt32
- description
- Type: SystemString
See Also