Try our conversational search powered by Generative AI!

Class PropertyJsonTransform

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

Inheritance
System.Object
PropertyJsonTransform
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.7
Syntax
public class PropertyJsonTransform : PropertyTransform<PropertyJson>, IPropertyTransform

Constructors

PropertyJsonTransform(IPermanentLinkMapper, IContentLoader, IImplicitContentExporter)

Declaration
public PropertyJsonTransform(IPermanentLinkMapper permanentLinkMapper, IContentLoader contentLoader, IImplicitContentExporter implicitContentExporter)
Parameters
Type Name Description
IPermanentLinkMapper permanentLinkMapper
IContentLoader contentLoader
IImplicitContentExporter implicitContentExporter

Methods

TransformForExport(PropertyJson, RawProperty, PropertyExportContext)

Declaration
protected override bool TransformForExport(PropertyJson source, RawProperty output, PropertyExportContext context)
Parameters
Type Name Description
PropertyJson source
RawProperty output
PropertyExportContext context
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.Core.PropertyJson>.TransformForExport(EPiServer.Core.PropertyJson, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext)

TransformForImport(RawProperty, PropertyJson, PropertyImportContext)

Declaration
protected override bool TransformForImport(RawProperty source, PropertyJson output, PropertyImportContext context)
Parameters
Type Name Description
RawProperty source
PropertyJson output
PropertyImportContext context
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.Core.PropertyJson>.TransformForImport(EPiServer.Core.RawProperty, EPiServer.Core.PropertyJson, EPiServer.Core.Transfer.PropertyImportContext)

Implements

Extension Methods