IReserve Interface |
Namespace: Resto.Front.Api.V5.Data.Brd
public interface IReserve : ISerializable, IEntity, IReserveStub
The IReserve type exposes the following members.
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. | |
Tables | Gets the reserved table. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |