Try our conversational search powered by Generative AI!

Class ChangeTrackablePropertyTransform

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ChangeTrackablePropertyTransform
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.7
Syntax
[ServiceConfiguration(typeof(IInterfacePropertyTransform))]
public class ChangeTrackablePropertyTransform : InterfacePropertyTransform<IChangeTrackable>, IInterfacePropertyTransform

Constructors

ChangeTrackablePropertyTransform()

Declaration
public ChangeTrackablePropertyTransform()

Methods

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

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

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

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

Implements

Extension Methods