Click or drag to resize

ICashRegisterOpenDrawer Method

Perform open drawer operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void OpenDrawer(
	IUser cashier,
	IViewManager viewManager
)

Parameters

cashier
Type: Resto.Front.Api.Data.SecurityIUser
The cashier performing the operation.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also