Interface IInterfacePropertyTransform
Defines the signature for a component that is registered to handle export and import of properties for a specific interface.
Assembly: EPiServer.dll
Version: 12.0.3
public interface IInterfacePropertyTransform
Properties
Declaration
Type InterfaceType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
ExportProperty(IPropertyExporter, IContent, RawProperty, PropertyExportContext)
Declaration
bool ExportProperty(IPropertyExporter currentTransfer, IContent source, RawProperty target, PropertyExportContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ImportProperty(IPropertyImporter, RawProperty, IContent, PropertyImportContext)
Declaration
bool ImportProperty(IPropertyImporter currentTransfer, RawProperty source, IContent target, PropertyImportContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods