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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static class EditSessionExtensions

The EditSessionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeReserveTable
Changes reserving table.
Public methodStatic memberCreateBanquet
Creates reservation for planned event in future. Table will be marked as reserved to prevent collision with other events at the same time.
Public methodStatic memberCreateOrder
Creates new order on specified table. User must have rights to create orders.
Public methodStatic memberCreateReserve
Creates 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