Click or drag to resize

IOperationServiceTryGetTemplatedModifiersParamsByProduct Method

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

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<ITemplatedModifierParams> TryGetTemplatedModifiersParamsByProduct(
	IProduct product
)

Parameters

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

Return Value

Type: IReadOnlyListITemplatedModifierParams
See Also