Click or drag to resize

ITable Interface

Namespace:  Resto.Front.Api.Data.Organization.Sections
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface ITable : ISerializable, IEntity

The ITable type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyIsActive
Gets a value that indicates whether new orders can be created on this table. The table can be activated or deactivated via iikoOffice.
Public propertyName
Table name specified in the organization settings.
Public propertyNumber
Number of the table.
Public propertyRestaurantSection
Gets the restaurant section that the table belongs to. If table deleted the section will be null.
Public propertySeatingCapacity
Seating capacity of the table.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also