IRestaurantSection Interface |
Namespace: Resto.Front.Api.Data.Organization.Sections
public interface IRestaurantSection : ISerializable, IEntity
The IRestaurantSection type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultOrderType | Default order type for section |
![]() | Id | (Inherited from IEntity.) |
![]() | KitchenCoursesEnabled | Whether courses are enabled at section. |
![]() | Name | |
![]() | OrderItemCommentsEnabled | Whether comments to cooking items are enabled at section. |
![]() | OrderItemsGroupingEnabled | Whether combining cooking items into groups is enabled at the section. |
![]() | Tables |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Name | Description | |
---|---|---|
![]() | GetSectionSchema |
Returns sectionSchema of the specified restaurantSection.
(Defined by RestaurantSectionExtensions.) |
![]() | TryGetSectionSchema |
Returns sectionSchema of the specified restaurantSection or null if restaurantSection doesn't exist.
(Defined by RestaurantSectionExtensions.) |