Click or drag to resize

IOperationServiceTryGetSimpleModifiersByProduct Method

Returns simpleModifiers of the specified product or null if product doesn't exist.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
List<ISimpleModifier> TryGetSimpleModifiersByProduct(
	IProduct product
)

Parameters

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

Return Value

Type: ListISimpleModifier
See Also