Click or drag to resize

IOperationServiceGetQuickMenu Method

Returns quick menu for specified restaurant section and day.

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

Parameters

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

Return Value

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