Click or drag to resize

DataExportMapperHelperHandleCommand Method

Handle the given MappperCommand

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void HandleCommand(
	IMapper mapper,
	IExtension ext,
	List<IServiceInfo> exportServices,
	string sCmd,
	EAPCommandEventArgs e,
	bool isLegacy = false
)

Parameters

mapper
Type: NetQuarry.DataIMapper
The current Mapper
ext
Type: NetQuarryIExtension
The Extension that called this helper code
exportServices
Type: System.Collections.GenericListIServiceInfo
The list of all present DataExportServices in the Application
sCmd
Type: SystemString
The MapperCommand name
e
Type: NetQuarryEAPCommandEventArgs
The EAPCommandEventArgs
isLegacy (Optional)
Type: SystemBoolean
If true, we'll handle the command is if it were the legacy (non-service) code.
See Also