Click or drag to resize

IEditSessionChangeOrderItemsCookingPlace Method

Changes cooking place for order cooking items.

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

Parameters

newCookingPlace  IRestaurantSection
New cooking place for order cooking items.
order  IOrderStub
Order that contains order cooking items which cooking place will be changed.
cookingItems  IReadOnlyListIOrderCookingItemStub
Order cooking items which cooking place will be changed. Order cooking items should not been printed.
See Also