Click or drag to resize
GtmPropertiesMerger Class
Utility class for merging properties of two objects.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperGtmPropertiesMerger
        CMS.EcommerceGtmPropertiesMerger

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class GtmPropertiesMerger : AbstractHelper<GtmPropertiesMerger>

The GtmPropertiesMerger type exposes the following members.

Constructors
  NameDescription
Public methodGtmPropertiesMerger
Top
Methods
  NameDescription
Public methodStatic memberCode exampleMerge

Merges gtmData and additionalData to form new GtmData.

If additionalData can be enumerated as KeyValuePairTKey, TValue items, then the key-value pairs are merged. Otherwise, the public properties and their values are merged.

Protected methodCode exampleMergeInternal

Merges gtmData and additionalData to form new GtmData.

If additionalData can be enumerated as KeyValuePairTKey, TValue items, then the key-value pairs are merged. Otherwise, the public properties and their values are merged.

Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also