Click or drag to resize

IRestaurantSection Interface

Namespace:  Resto.Front.Api.Data.Organization.Sections
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.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 cooking items are enabled at section.
Public propertyOrderItemsGroupingEnabled
Whether combining cooking items 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
Extension Methods
  NameDescription
Public Extension MethodGetSectionSchema
Returns sectionSchema of the specified restaurantSection.
(Defined by RestaurantSectionExtensions.)
Public Extension MethodTryGetSectionSchema
Returns sectionSchema of the specified restaurantSection or null if restaurantSection doesn't exist.
(Defined by RestaurantSectionExtensions.)
Top
See Also