Class ContentPropertyTransform
Inheritance
System.Object
ContentPropertyTransform
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class ContentPropertyTransform : InterfacePropertyTransform<IContent>, IInterfacePropertyTransform
Constructors
ContentPropertyTransform(IContentTypeRepository)
Declaration
public ContentPropertyTransform(IContentTypeRepository contentTypeRepository)
Parameters
Methods
ExportProperty(IContent, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)
Declaration
protected override bool ExportProperty(IContent source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContent>.ExportProperty(EPiServer.Core.IContent, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext, System.Action<EPiServer.Core.PropertyData, EPiServer.Core.RawProperty>)
ImportProperty(RawProperty, IContent, PropertyImportContext, Action<RawProperty, PropertyData>)
Declaration
protected override bool ImportProperty(RawProperty source, IContent target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContent>.ImportProperty(EPiServer.Core.RawProperty, EPiServer.Core.IContent, EPiServer.Core.Transfer.PropertyImportContext, System.Action<EPiServer.Core.RawProperty, EPiServer.Core.PropertyData>)
Implements
Extension Methods