MapperCommand Constructor (String, String, MapperCommandLocation) |
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,
MapperCommandLocation location
)
Public Sub New (
id As String,
caption As String,
location As MapperCommandLocation
)
Parameters
- id
- Type: SystemString
The command's ID - caption
- Type: SystemString
The command's caption - location
- Type: NetQuarry.DataMapperCommandLocation
The command's location
See Also