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