Click or drag to resize

IChequeTaskProcessorBeforeDoChequeAction Method

Perform the action before do cheque.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
BeforeDoChequeActionResult BeforeDoChequeAction(
	ChequeTask chequeTask,
	ICashRegisterInfo device,
	CashRegisterChequeExtensions chequeExtensions,
	IViewManager viewManager
)

Parameters

chequeTask  ChequeTask
Cheque task.
device  ICashRegisterInfo
Cash register.
chequeExtensions  CashRegisterChequeExtensions
Additional data to the operation.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

BeforeDoChequeActionResult
See Also