Click or drag to resize

IOperationService.GetQuickMenu Method

Returns quick menu for specified restaurant section and day.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<IQuickMenuPage> GetQuickMenu(
	IRestaurantSection restaurantSection,
	DayOfWeek dayOfWeek
)

Parameters

restaurantSection
Type: Resto.Front.Api.V4.Data.Organization.Sections.IRestaurantSection
Restaurant section which contains order's table. Different sections may have different quick menu pages.
dayOfWeek
Type: System.DayOfWeek
Specifies for which day menu will be returned. Sections may have different quick menu for different days of week.

Return Value

Type: List<IQuickMenuPage>
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