Click or drag to resize

IEditSessionChangeOrderItemsCookingPlace Method

Changes cooking place for order cooking items.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeOrderItemsCookingPlace(
	IRestaurantSection newCookingPlace,
	IOrderStub order,
	IReadOnlyList<IOrderCookingItemStub> cookingItems
)

Parameters

newCookingPlace
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
New cooking place for order cooking items.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains order cooking items which cooking place will be changed.
cookingItems
Type: System.Collections.GenericIReadOnlyListIOrderCookingItemStub
Order cooking items which cooking place will be changed. Order cooking items should not been printed.
See Also