Class SalesCampaignModelTransform
Inheritance
System.Object
SalesCampaignModelTransform
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class SalesCampaignModelTransform : TransformBase<ContentDataStoreModelBase>
Constructors
Declaration
public SalesCampaignModelTransform(IMarketService marketService)
Parameters
Methods
ShouldTransformInstance(IModelTransformContext)
Declaration
protected override bool ShouldTransformInstance(IModelTransformContext context)
Parameters
| Type |
Name |
Description |
| EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext |
context |
|
Returns
| Type |
Description |
| System.Boolean |
|
TransformInstance(IContent, ContentDataStoreModelBase, IModelTransformContext)
Declaration
public override void TransformInstance(IContent source, ContentDataStoreModelBase target, IModelTransformContext context)
Parameters
| Type |
Name |
Description |
| EPiServer.Core.IContent |
source |
|
| EPiServer.Cms.Shell.UI.Rest.Models.ContentDataStoreModelBase |
target |
|
| EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext |
context |
|