SaaS CMS has officially launched! Learn more now.

Class BinaryStorablePropertyTransform

Inheritance
System.Object
BinaryStorablePropertyTransform
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class BinaryStorablePropertyTransform : InterfacePropertyTransform<IBinaryStorable>, IInterfacePropertyTransform

Constructors

BinaryStorablePropertyTransform(IBlobFactory)

Declaration
public BinaryStorablePropertyTransform(IBlobFactory blobFactory)
Parameters
Type Name Description
IBlobFactory blobFactory

Methods

ExportProperty(IBinaryStorable, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)

Declaration
protected override bool ExportProperty(IBinaryStorable source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
Type Name Description
IBinaryStorable source
RawProperty target
PropertyExportContext context
System.Action<PropertyData, RawProperty> valueTransform
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IBinaryStorable>.ExportProperty(EPiServer.Core.IBinaryStorable, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext, System.Action<EPiServer.Core.PropertyData, EPiServer.Core.RawProperty>)

ImportProperty(RawProperty, IBinaryStorable, PropertyImportContext, Action<RawProperty, PropertyData>)

Declaration
protected override bool ImportProperty(RawProperty source, IBinaryStorable target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
Type Name Description
RawProperty source
IBinaryStorable target
PropertyImportContext context
System.Action<RawProperty, PropertyData> valueTransform
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IBinaryStorable>.ImportProperty(EPiServer.Core.RawProperty, EPiServer.Core.IBinaryStorable, EPiServer.Core.Transfer.PropertyImportContext, System.Action<EPiServer.Core.RawProperty, EPiServer.Core.PropertyData>)

Implements

Extension Methods