IEditSessionMarkOrderAsTab Method |
Marks the order as tab and assigns tab name.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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