Click or drag to resize

INotificationServiceOrderEditBarcodeScanned Property

Barcode scanning on the order edit screen. Handler should return true if the event is to be marked handled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(string barcode, IOrder order, IOperationService os, IViewManager vm), bool> OrderEditBarcodeScanned { get; }

Property Value

Type: INotificationValueTupleString, IOrder, IOperationService, IViewManager, Boolean
See Also