Click or drag to resize

INotificationServiceBeforeServiceCheque Property

Order items service printing. Throwing OperationCanceledException will abort the operation.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
INotification<(IOrder order, IReadOnlyCollection<IOrderCookingItem> printingItems, IViewManager vm)> BeforeServiceCheque { get; }

Property Value

Type: INotificationValueTupleIOrder, IReadOnlyCollectionIOrderCookingItem, IViewManager
See Also