Click or drag to resize

ITable Interface


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

The ITable type exposes the following members.

Properties
 NameDescription
Public propertyId
(Inherited from IEntity)
Public propertyIsActiveGets a value that indicates whether new orders can be created on this table. The table can be activated or deactivated via Syrve Office.
Public propertyNameTable name specified in the organization settings.
Public propertyNumberNumber of the table.
Public propertyRestaurantSectionGets the restaurant section that the table belongs to. If table deleted the section will be null.
Public propertySeatingCapacitySeating capacity of the table.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also