Click or drag to resize

CompoundItemTemplateExtensions Class

Provides a set of static methods to access referenced entities.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.AssortmentCompoundItemTemplateExtensions

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static class CompoundItemTemplateExtensions

The CompoundItemTemplateExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCommonGroupModifiers
Returns commonGroupModifiers of the specified compoundItemTemplate.
Public methodStatic memberGetCommonSimpleModifiers
Returns commonSimpleModifiers of the specified compoundItemTemplate.
Public methodStatic memberGetSplittableGroupModifiers
Returns splittableGroupModifiers of the specified compoundItemTemplate.
Public methodStatic memberGetSplittableSimpleModifiers
Returns splittableSimpleModifiers of the specified compoundItemTemplate.
Public methodStatic memberTryGetCommonGroupModifiers
Returns commonGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
Public methodStatic memberTryGetCommonSimpleModifiers
Returns commonSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
Public methodStatic memberTryGetSplittableGroupModifiers
Returns splittableGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
Public methodStatic memberTryGetSplittableSimpleModifiers
Returns splittableSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
Top
See Also