ICompoundItemTemplate Interface |
Namespace: Resto.Front.Api.Data.Assortment
public interface ICompoundItemTemplate : ISerializable, IEntity
The ICompoundItemTemplate type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowProductsCombining | Whether compound items created using this template may be splitted into two components, each of which with own product and individual set of modifiers. |
![]() | Id | (Inherited from IEntity.) |
![]() | Name | Template name. |
![]() | Scale | Scale of the current template sizes or null for template without sizes. |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Name | Description | |
---|---|---|
![]() | GetCommonGroupModifiers |
Returns commonGroupModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.) |
![]() | GetCommonSimpleModifiers |
Returns commonSimpleModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.) |
![]() | GetSplittableGroupModifiers |
Returns splittableGroupModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.) |
![]() | GetSplittableSimpleModifiers |
Returns splittableSimpleModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.) |
![]() | TryGetCommonGroupModifiers |
Returns commonGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.) |
![]() | TryGetCommonSimpleModifiers |
Returns commonSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.) |
![]() | TryGetSplittableGroupModifiers |
Returns splittableGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.) |
![]() | TryGetSplittableSimpleModifiers |
Returns splittableSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.) |