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. Can be null when the operation is performed in background mode without UI (no progress bar message callback is provided); in this case the processor must not attempt to show any dialogs.

Return Value

BeforeDoChequeActionResult
See Also