Click or drag to resize

IOperationService.GetTemplatedModifiersParamsByProduct Method

Returns templatedModifiersParams of the specified product.

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

Parameters

product
Type: Resto.Front.Api.Data.Assortment.IProduct

Return Value

Type: IReadOnlyList<ITemplatedModifierParams>
See Also