GtmDataHelper Class |
Namespace: CMS.Ecommerce
public class GtmDataHelper : AbstractHelper<GtmDataHelper>
The GtmDataHelper type exposes the following members.
Name | Description | |
---|---|---|
GtmDataHelper |
Name | Description | |
---|---|---|
SerializeToJson(GtmData, String) |
Serializes gtmData to JSON.
| |
SerializeToJson(IEnumerableGtmData, String) |
Serializes collection of GtmData to array of JSONs.
| |
SerializeToJsonInternal(GtmData, String) |
Serializes gtmData to JSON.
| |
SerializeToJsonInternal(IEnumerableGtmData, String) |
Serializes collection of GtmData to array of JSONs.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |