iikoFront Api V8 Code Reference
iikoFront Api V8 Code Reference
Resto.Front.Api.Devices
IChequeTaskProcessor Interface
IChequeTaskProcessor Methods
AfterDoCheckAction Method
AfterOpenSession Method
AfterPayIn Method
AfterPayOut Method
AfterXReport Method
AfterZReport Method
BeforeDoCheckAction Method
BeforeOpenSession Method
BeforePayIn Method
BeforePayOut Method
BeforeXReport Method
BeforeZReport Method
IChequeTaskProcessor
AfterOpenSession Method
Perform the action after opening session on cash register.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
Copy
void
AfterOpenSession
(
ICashRegisterInfo
device
,
PostResult
result
,
IViewManager
viewManager
)
Parameters
device
Type:
Resto.Front.Api.Data.Device
ICashRegisterInfo
Cash register.
result
Type:
Resto.Front.Api.Data.Device.Results
PostResult
The result of the operation open session on cash register..
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