IOperationServiceGetQuickMenu Method |
Returns quick menu for specified restaurant section and day.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIReadOnlyList<IQuickMenuPage> GetQuickMenu(
IRestaurantSection restaurantSection,
DayOfWeek dayOfWeek
)
Parameters
- restaurantSection IRestaurantSection
-
Restaurant section which contains order's table. Different sections may have different quick menu pages.
- dayOfWeek DayOfWeek
-
Specifies for which day menu will be returned. Sections may have different quick menu for different days of week.
Return Value
IReadOnlyListIQuickMenuPage
Remarks
Quick menu is zero or more pages with links to products and product groups, can be used in order editor UI to allow adding items to order directly instead of searching them in hierarchical menu.
See Also