Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContentDataStoreModelTransform

Inheritance
System.Object
ContentDataStoreModelTransform
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Transforms.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IModelTransform), Lifecycle = ServiceInstanceScope.Singleton)]
public class ContentDataStoreModelTransform : TransformBase<ContentDataStoreModel>, IModelTransform

Constructors

ContentDataStoreModelTransform()

Declaration
public ContentDataStoreModelTransform()

Methods

TransformInstance(IContent, ContentDataStoreModel, IModelTransformContext)

Declaration
public override void TransformInstance(IContent source, ContentDataStoreModel target, IModelTransformContext context)
Parameters
Type Name Description
IContent source
ContentDataStoreModel target
IModelTransformContext context
Overrides
EPiServer.Cms.Shell.UI.Rest.Models.Transforms.TransformBase<EPiServer.Cms.Shell.UI.Rest.Models.ContentDataStoreModel>.TransformInstance(EPiServer.Core.IContent, EPiServer.Cms.Shell.UI.Rest.Models.ContentDataStoreModel, EPiServer.Cms.Shell.UI.Rest.Models.Transforms.IModelTransformContext)

Implements

Extension Methods