Click or drag to resize

IEditSessionUpdateOrderComboItems Method

Update existing order combo items. Order must contain new combo items.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
INewOrderComboStub UpdateOrderComboItems(
	Guid id,
	IReadOnlyDictionary<ComboGroupIdAndName, IOrderCookingItemStub> comboItems,
	IOrderStub order
)

Parameters

id  Guid
Unique identifier of the existing combo.
comboItems  IReadOnlyDictionaryComboGroupIdAndName, IOrderCookingItemStub
Combo items dictionary. Key - combo group identifier with its name, Value - item id (must be contained in order).
order  IOrderStub
Order to which combo will be added.

Return Value

INewOrderComboStub
See Also