GtmPropertiesMerger Class |
Namespace: CMS.Ecommerce
public class GtmPropertiesMerger : AbstractHelper<GtmPropertiesMerger>
The GtmPropertiesMerger type exposes the following members.
Name | Description | |
---|---|---|
![]() | GtmPropertiesMerger |
Name | Description | |
---|---|---|
![]() ![]() ![]() | Merge | 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. |
![]() ![]() | MergeInternal | 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. |
![]() | SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |