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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
INewOrderComboStub UpdateOrderComboItems(
	Guid id,
	IReadOnlyDictionary<Guid, IOrderCookingItemStub> comboItems,
	IOrderStub order
)

Parameters

id
Type: SystemGuid
Unique identifier of the existing combo.
comboItems
Type: System.Collections.GenericIReadOnlyDictionaryGuid, IOrderCookingItemStub
Combo items dictionary. Key - combo group identifier, Value - item id (must be contained in order).
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to which combo will be added.

Return Value

Type: INewOrderComboStub
See Also