Click or drag to resize

IEditSessionChangeOrderCookingItemCourse Method

Changes the course of the order item.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeOrderCookingItemCourse(
	OrderItemCourse course,
	IOrderCookingItem cookingItem,
	IOrderStub order
)

Parameters

course
Type: Resto.Front.Api.Data.OrdersOrderItemCourse
New course for order item.
cookingItem
Type: Resto.Front.Api.Data.OrdersIOrderCookingItem
Order item which course will be changed.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which contains the product.
See Also