Click or drag to resize

IChequeTaskProcessorBeforeDoCheckAction Method

Perform the action before do cheque.

Namespace:  Resto.Front.Api.Devices.ChequeTaskProcessor
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
BeforeDoCheckActionResult BeforeDoCheckAction(
	ChequeTask chequeTask,
	ICashRegisterInfo device,
	CashRegisterChequeExtensions chequeExtensions,
	IViewManager viewManager
)

Parameters

chequeTask
Type: Resto.Front.Api.Data.Device.TasksChequeTask
Cheque task.
device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
chequeExtensions
Type: Resto.Front.Api.Data.DeviceCashRegisterChequeExtensions
Additional data to the operation.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

Type: BeforeDoCheckActionResult
See Also