Class PropertyJsonTransform
Inheritance
System.Object
PropertyJsonTransform
Assembly: EPiServer.dll
Version: 12.0.3
public class PropertyJsonTransform : PropertyTransform<PropertyJson>, IPropertyTransform
Constructors
PropertyJsonTransform(IPermanentLinkMapper, IContentLoader, IImplicitContentExporter)
Declaration
public PropertyJsonTransform(IPermanentLinkMapper permanentLinkMapper, IContentLoader contentLoader, IImplicitContentExporter implicitContentExporter)
Parameters
Methods
TransformForExport(PropertyJson, RawProperty, PropertyExportContext)
Declaration
protected override bool TransformForExport(PropertyJson source, RawProperty output, PropertyExportContext context)
Parameters
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
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