Click or drag to resize

IOperationServiceGetSimpleModifiersByProduct Method

Returns simpleModifiers of the specified product.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IReadOnlyList<ISimpleModifier> GetSimpleModifiersByProduct(
	IProduct product
)

Parameters

product
Type: Resto.Front.Api.V5.Data.AssortmentIProduct

Return Value

Type: IReadOnlyListISimpleModifier
See Also