Class CategorizablePropertyTransform
Inheritance
System.Object
CategorizablePropertyTransform
Assembly: EPiServer.dll
Version: 12.0.3
[ServiceConfiguration]
public class CategorizablePropertyTransform : InterfacePropertyTransform<ICategorizable>, IInterfacePropertyTransform
Constructors
Declaration
public CategorizablePropertyTransform()
Methods
ExportProperty(ICategorizable, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)
Declaration
protected override bool ExportProperty(ICategorizable source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.ICategorizable>.ExportProperty(EPiServer.Core.ICategorizable, EPiServer.Core.RawProperty, EPiServer.Core.Transfer.PropertyExportContext, System.Action<EPiServer.Core.PropertyData, EPiServer.Core.RawProperty>)
ImportProperty(RawProperty, ICategorizable, PropertyImportContext, Action<RawProperty, PropertyData>)
Declaration
protected override bool ImportProperty(RawProperty source, ICategorizable target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
EPiServer.Core.Transfer.Internal.InterfacePropertyTransform<EPiServer.Core.ICategorizable>.ImportProperty(EPiServer.Core.RawProperty, EPiServer.Core.ICategorizable, EPiServer.Core.Transfer.PropertyImportContext, System.Action<EPiServer.Core.RawProperty, EPiServer.Core.PropertyData>)
Implements
Extension Methods