Class PropertyFrameTransform
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
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.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class PropertyFrameTransform : PropertyTransform<PropertyFrame>, IPropertyTransform
Constructors
PropertyFrameTransform(IFrameRepository)
Declaration
public PropertyFrameTransform(IFrameRepository frameRepository)
Parameters
Type | Name | Description |
---|---|---|
IFrameRepository | frameRepository |
Methods
TransformForExport(PropertyFrame, RawProperty, PropertyExportContext)
Declaration
protected override bool TransformForExport(PropertyFrame source, RawProperty output, PropertyExportContext context)
Parameters
Type | Name | Description |
---|---|---|
PropertyFrame | source | |
RawProperty | output | |
PropertyExportContext | context |
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
Type | Name | Description |
---|---|---|
RawProperty | source | |
PropertyFrame | output | |
PropertyImportContext | context |
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)