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