Class ContentMediaPropertyTransform
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
[ServiceConfiguration(typeof(IInterfacePropertyTransform))]
public class ContentMediaPropertyTransform : InterfacePropertyTransform<IContentMedia>, IInterfacePropertyTransform
Constructors
ContentMediaPropertyTransform(IBlobFactory)
Declaration
public ContentMediaPropertyTransform(IBlobFactory blobFactory)
Parameters
Type | Name | Description |
---|---|---|
IBlobFactory | blobFactory |
Methods
ExportProperty(IContentMedia, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)
Declaration
protected override bool ExportProperty(IContentMedia source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
Type | Name | Description |
---|---|---|
IContentMedia | source | |
RawProperty | target | |
PropertyExportContext | context | |
System.Action<PropertyData, RawProperty> | valueTransform |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContentMedia>.ExportProperty(EPiServer.Core.IContentMedia, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext, System.Action<EPiServer.Core.PropertyData, EPiServer.Core.RawProperty>)
ImportProperty(RawProperty, IContentMedia, PropertyImportContext, Action<RawProperty, PropertyData>)
Declaration
protected override bool ImportProperty(RawProperty source, IContentMedia target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
Type | Name | Description |
---|---|---|
RawProperty | source | |
IContentMedia | target | |
PropertyImportContext | context | |
System.Action<RawProperty, PropertyData> | valueTransform |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.IContentMedia>.ImportProperty(EPiServer.Core.RawProperty, EPiServer.Core.IContentMedia, EPiServer.Core.Transfer.PropertyImportContext, System.Action<EPiServer.Core.RawProperty, EPiServer.Core.PropertyData>)