Click or drag to resize

IOperationService.TryGetTemplatedModifiersParamsByProduct Method

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

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

Parameters

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

Return Value

Type: IReadOnlyList<ITemplatedModifierParams>
See Also