Click or drag to resize

IEditSessionChangeOrderTables Method

Changes tables of the order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeOrderTables(
	IOrderStub order,
	IReadOnlyList<ITable> tables
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to change tables.
tables
Type: System.Collections.GenericIReadOnlyListITable
Tables to be assigned to the order.
Remarks
If specified tables belongs to another restaurant section then section property, price category and products cooking palces will also be changed.
See Also