Click or drag to resize

IRestaurantSection Interface

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

The IRestaurantSection type exposes the following members.

Properties
  NameDescription
Public propertyDefaultOrderType
Default order type for section
Public propertyId (Inherited from IEntity.)
Public propertyKitchenCoursesEnabled
Whether courses are enabled at section.
Public propertyName
Public propertyOrderItemCommentsEnabled
Whether comments to product order items are enabled at section.
Public propertyOrderItemsGroupingEnabled
Whether combining order item products into groups is enabled at the section.
Public propertyTables
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also