Click or drag to resize
GtmPropertiesMerger Methods

The GtmPropertiesMerger type exposes the following members.

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