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)
Syntaxvoid MarkOrderAsTab(
string tabName,
IOrderStub order
)
Parameters
- tabName
- Type: SystemString
Tab name to be assigned to the order. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to be marked as tab.
See Also