Click or drag to resize

IReserve Interface

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IReserve : ISerializable, 
	IEntity, IVersionedEntity, IReserveStub

The IReserve type exposes the following members.

Properties
  NameDescription
Public propertyCancelReason
The reserve cancellation reason or null if the reserve hasn't been canceled.
Public propertyClient
Client that placed the reserve.
Public propertyComment
Gets the optional comment for reserve or banquet.
Public propertyDuration
Gets estimated banquet duration.
Public propertyEstimatedStartTime
Gets the estimated time when reserve will be closed or banquet will be started.
Public propertyExternalId
Identifier in the external system where the reserve came from.
Public propertyGuestsComingTime
Gets the time when guests came and reserve was closed or banquet was started.
Public propertyGuestsCount
Gets estimated guests count.
Public propertyId (Inherited from IEntity.)
Public propertyLastChangedTerminalId
Id of the terminal (ITerminal) that last changed the reserve.
Public propertyOrder
Order used to form menu for banquet, specify serve sequence (via courses), prepay.
Public propertyRevision
Incremental version of the entity.
(Inherited from IVersionedEntity.)
Public propertyShouldRemind
Whether to remind staff to prepare table beforehand. Table preparation time can be changed via iikoOffice (1 hour by default).
Public propertyStatus
Gets the status of the reserve or banquet.
Public propertyTables
Gets the reserved tables.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also