Click or drag to resize

IOperationServiceGetSimpleModifiers Method

Returns simple modifiers of the specified product.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<ISimpleModifier> GetSimpleModifiers(
	IProduct product,
	IPriceCategory priceCategory
)

Parameters

product  IProduct
Product to get modifiers for.
priceCategory  IPriceCategory
Price category to check menu inclusion according to.

Return Value

IReadOnlyListISimpleModifier
See Also