Click or drag to resize
AbstractAssetModelStrategy Class
Class with shared logic for all asset model strategies.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalytics.InternalAbstractAssetModelStrategy

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
public abstract class AbstractAssetModelStrategy : ICampaignAssetModelStrategy

The AbstractAssetModelStrategy type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractAssetModelStrategy
Top
Methods
  NameDescription
Public methodGetAssetInfo
Returns asset info from view model.
Public methodGetAssetViewModel
Returns view model from given asset info.
Protected methodGetRemovedAssetViewModel
Returns default view model for asset with not existing linked object.
Public methodSetAssetInfo
Sets data from asset model and returns updated view model. This method is called when existing asset is being updated.
Top
See Also