Click or drag to resize

IEditSession.ChangeOrderCookingItemCourse Method

Changes the course of the order item.

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

Parameters

course
Type: Resto.Front.Api.Data.Orders.OrderItemCourse
New course for order item.
cookingItem
Type: Resto.Front.Api.Data.Orders.IOrderCookingItem
Order item which course will be changed.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order which contains the product.
See Also