Click or drag to resize
ICampaignAssetModelStrategy Interface
Interface that provides service methods to work with the CampaignAssetViewModel objects.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public interface ICampaignAssetModelStrategy

The ICampaignAssetModelStrategy type exposes the following members.

Methods
  NameDescription
Public methodGetAssetInfo
Returns asset info from view model.
Public methodGetAssetViewModel
Returns view model from given asset info.
Public methodSetAssetInfo
Sets data from asset model and returns updated view model. This method is called when new asset is added to campaign.
Top
See Also