Click or drag to resize

IEditSession.ChangeOrderTables 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.Stubs.IOrderStub
Order to change tables.
tables
Type: System.Collections.Generic.IReadOnlyList<ITable>
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