Click or drag to resize

IChequeTaskProcessorAfterDoChequeAction Method

Perform the action after do cheque.

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

Parameters

chequeTask  ChequeTask
Cheque task.
result  PostResult
The result of the operation do cheque.
device  ICashRegisterInfo
Cash register.
operationService  IOperationService
IOperationService which allows to work with bound order.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also