Click or drag to resize

IReserve Interface

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IReserve : ISerializable, 
	IEntity, 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
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 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 propertyOrder
Order used to form menu for banquet, specify serve sequence (via courses), prepay.
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 table.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also