Click or drag to resize

ICompoundItemTemplate Methods

The ICompoundItemTemplate type exposes the following members.

Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCommonGroupModifiers
Returns commonGroupModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodGetCommonSimpleModifiers
Returns commonSimpleModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodGetSplittableGroupModifiers
Returns splittableGroupModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodGetSplittableSimpleModifiers
Returns splittableSimpleModifiers of the specified compoundItemTemplate.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodTryGetCommonGroupModifiers
Returns commonGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodTryGetCommonSimpleModifiers
Returns commonSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodTryGetSplittableGroupModifiers
Returns splittableGroupModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.)
Public Extension MethodTryGetSplittableSimpleModifiers
Returns splittableSimpleModifiers of the specified compoundItemTemplate or null if compoundItemTemplate doesn't exist.
(Defined by CompoundItemTemplateExtensions.)
Top
See Also