Class CatalogContentDataStoreModelTransform
Inheritance
System.Object
CatalogContentDataStoreModelTransform
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogContentDataStoreModelTransform : TransformBase<ContentDataStoreModel>
Constructors
CatalogContentDataStoreModelTransform(CatalogContentService)
Declaration
public CatalogContentDataStoreModelTransform(CatalogContentService catalogContentService)
Parameters
Properties
Order
Declaration
public override TransformOrder Order { get; }
Property Value
| Type |
Description |
| EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformOrder |
|
Methods
TransformInstance(IContent, ContentDataStoreModel, IModelTransformContext)
Declaration
public override void TransformInstance(IContent source, ContentDataStoreModel target, IModelTransformContext context)
Parameters
| Type |
Name |
Description |
| EPiServer.Core.IContent |
source |
|
| EPiServer.Cms.Shell.UI.Rest.Models.ContentDataStoreModel |
target |
|
| EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext |
context |
|