Click or drag to resize

IEditSessionChangeOrderCookingItemCourse Method

Changes the course of the order item.

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

Parameters

course  OrderItemCourse
New course for order item.
cookingItem  IOrderCookingItem
Order item which course will be changed.
order  IOrderStub
Order which contains the product.
See Also