MapperCommand Constructor (String, String) |
Constructs a new instance of the object.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperCommand(
string id,
string caption
)
Public Sub New (
id As String,
caption As String
)
Parameters
- id
- Type: SystemString
The command's ID - caption
- Type: SystemString
The command's caption
See Also