Click or drag to resize

IOperationService.GetCommonSimpleModifiersByCompoundItemTemplate Method

Returns commonSimpleModifiers of the specified compoundItemTemplate.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
IReadOnlyList<ISimpleModifier> GetCommonSimpleModifiersByCompoundItemTemplate(
	ICompoundItemTemplate compoundItemTemplate
)

Parameters

compoundItemTemplate
Type: Resto.Front.Api.V5.Data.Assortment.ICompoundItemTemplate

Return Value

Type: IReadOnlyList<ISimpleModifier>
See Also