iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Devices
IChequeTaskProcessor Interface
IChequeTaskProcessor Methods
AfterDoChequeAction Method
AfterOpenSession Method
AfterPayIn Method
AfterPayOut Method
AfterXReport Method
AfterZReport Method
BeforeDoChequeAction Method
BeforeOpenSession Method
BeforePayIn Method
BeforePayOut Method
BeforeXReport Method
BeforeZReport Method
IChequeTaskProcessor
BeforeOpenSession Method
Perform the action before opening session on cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
void
BeforeOpenSession
(
ICashRegisterInfo
device
,
IUser
authUser
,
IViewManager
viewManager
)
Parameters
device
Type:
Resto.Front.Api.Data.Device
ICashRegisterInfo
Cash register.
authUser
Type:
Resto.Front.Api.Data.Security
IUser
User.
viewManager
Type:
Resto.Front.Api.UI
IViewManager
IViewManager
object to show dialogs. Should not be used after method returns.
See Also
Reference
IChequeTaskProcessor Interface
Resto.Front.Api.Devices Namespace