Click or drag to resize

IEditSessionMarkOrderAsTab Method

Marks the order as tab and assigns tab name.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void MarkOrderAsTab(
	string tabName,
	IOrderStub order
)

Parameters

tabName  String
Tab name to be assigned to the order.
order  IOrderStub
Order to be marked as tab.
See Also