Click or drag to resize

IChequeTaskProcessorAfterDoChequeAction Method

Perform the action after do cheque.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AfterDoChequeAction(
	ChequeTask chequeTask,
	PostResult result,
	ICashRegisterInfo device,
	IOperationService operationService,
	IViewManager viewManager
)

Parameters

chequeTask
Type: Resto.Front.Api.Data.Device.TasksChequeTask
Cheque task.
result
Type: Resto.Front.Api.Data.Device.ResultsPostResult
The result of the operation do cheque.
device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
operationService
Type: Resto.Front.ApiIOperationService
IOperationService which allows to work with bound order.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also