Click or drag to resize

IRestaurantSection Interface


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

The IRestaurantSection type exposes the following members.

Properties
 NameDescription
Public propertyDefaultOrderTypeDefault order type for section.
Public propertyDefaultPriceCategoryDefault price category for section.
Public propertyFiscalChequeBeforePaymentEnabledWhether fiscal cheque before payment is enabled at section.
Public propertyId
(Inherited from IEntity)
Public propertyKitchenCoursesEnabledWhether courses are enabled at section.
Public propertyName 
Public propertyOrderItemCommentsEnabledWhether comments to cooking items are enabled at section.
Public propertyOrderItemsGroupingEnabledWhether combining cooking items into groups is enabled at the section.
Public propertyTables 
Public propertyTerminalsGroupTerminals group to which this section belongs.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates 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