Namespace: Resto.Front.Api.V3.Data.Brd
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IReserve : IEntity, ISerializable
The IReserve type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToEntityStub | (Defined by IEntityExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Client | ||
| Comment | Gets the optional comment for reserve or banquet. | |
| Duration | Gets estimated banquet duration. | |
| EstimatedStartTime | Gets the estimated time when reserve will be closed or banquet will be started. | |
| GuestsComingTime | Gets the time when guests came and reserve was closed or banquet was started. | |
| GuestsCount | Gets estimated guests count. | |
| Id | (Inherited from IEntity.) | |
| Order | Order used to form menu for banquet, specify serve sequence (via courses), prepay. | |
| ShouldRemind | Whether to remind staff to prepare table beforehand. Table preparation time can be changed via iikoOffice (1 hour by default). | |
| Status | Gets the status of the reserve or banquet. | |
| Table | Gets the reserved table. |
See Also