Class PropertyFrameTransform
Inheritance
System.Object
PropertyFrameTransform
Assembly: EPiServer.dll
Version: 12.0.3
public class PropertyFrameTransform : PropertyTransform<PropertyFrame>, IPropertyTransform
Constructors
Declaration
public PropertyFrameTransform(IFrameRepository frameRepository)
Parameters
Methods
TransformForExport(PropertyFrame, RawProperty, PropertyExportContext)
Declaration
protected override bool TransformForExport(PropertyFrame source, RawProperty output, PropertyExportContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.SpecializedProperties.PropertyFrame>.TransformForExport(EPiServer.SpecializedProperties.PropertyFrame, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext)
TransformForImport(RawProperty, PropertyFrame, PropertyImportContext)
Declaration
protected override bool TransformForImport(RawProperty source, PropertyFrame output, PropertyImportContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.SpecializedProperties.PropertyFrame>.TransformForImport(EPiServer.Core.RawProperty, EPiServer.SpecializedProperties.PropertyFrame, EPiServer.Core.Transfer.PropertyImportContext)
Implements
Extension Methods