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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(IOrder order, IReadOnlyCollection<IOrderCookingItem> printingItems, IOperationService os, IViewManager vm)> BeforeServiceCheque { get; }

Property Value

Type: INotificationValueTupleIOrder, IReadOnlyCollectionIOrderCookingItem, IOperationService, IViewManager
See Also