Click or drag to resize

IRestaurantSection Interface

Namespace:  Resto.Front.Api.Data.Organization.Sections
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.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 propertyDefaultPriceCategory
Default price category for section.
Public propertyId (Inherited from IEntity.)
Public propertyKitchenCoursesEnabled
Whether courses are enabled at section.
Public propertyName
Public propertyOrderItemCommentsEnabled
Whether comments to cooking items are enabled at section.
Public propertyOrderItemsGroupingEnabled
Whether combining cooking items into groups is enabled at the section.
Public propertyTables
Public propertyTerminalsGroup
Terminals group to which this section belongs.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodTryGetSectionSchema
Returns sectionSchema of the specified restaurantSection or null if restaurantSection doesn't exist.
(Defined by RestaurantSectionExtensions.)
Top
See Also