Click or drag to resize

IChequeTaskProcessorBeforeDoChequeAction Method

Perform the action before do cheque.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.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 text to print before or after the cheque.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

BeforeDoChequeActionResult
See Also