Click or drag to resize

IOperationServiceGetGroupModifiers Method

Returns group modifiers of the specified product.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IGroupModifier> GetGroupModifiers(
	IProduct product,
	IPriceCategory priceCategory
)

Parameters

product
Type: Resto.Front.Api.Data.AssortmentIProduct
Product to get modifiers for.
priceCategory
Type: Resto.Front.Api.Data.OrdersIPriceCategory
Price category to check menu inclusion according to.

Return Value

Type: IReadOnlyListIGroupModifier
See Also