Click or drag to resize

EditSessionExtensions Class

A set of helper methods for IEditSession.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.ExtensionsEditSessionExtensions

Namespace: Resto.Front.Api.Extensions
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public static class EditSessionExtensions

The EditSessionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodChangeReserveTableChanges reserving table.
Public Extension MethodCreateBanquetCreates reservation for planned event in future. Table will be marked as reserved to prevent collision with other events at the same time.
Public Extension MethodCreateOrderCreates new order on specified table. User must have rights to create orders.
Public Extension MethodCreateReserveCreates reservation for planned visit in future. Table will be marked as reserved to prevent collision with other guests at the same time.
Top
See Also