Class InterfacePropertyTransform<T>
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
InterfacePropertyTransform<T>
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.7Syntax
public abstract class InterfacePropertyTransform<T> : IInterfacePropertyTransform
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
InterfacePropertyTransform()
Declaration
protected InterfacePropertyTransform()
Properties
InterfaceType
Declaration
public Type InterfaceType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
ExportProperty(T, RawProperty, PropertyExportContext, Action<PropertyData, RawProperty>)
Declaration
protected virtual bool ExportProperty(T source, RawProperty target, PropertyExportContext context, Action<PropertyData, RawProperty> valueTransform)
Parameters
| Type | Name | Description |
|---|---|---|
| T | source | |
| RawProperty | target | |
| PropertyExportContext | context | |
| System.Action<PropertyData, RawProperty> | valueTransform |
Returns
| Type | Description |
|---|---|
| System.Boolean |
ImportProperty(RawProperty, T, PropertyImportContext, Action<RawProperty, PropertyData>)
Declaration
protected virtual bool ImportProperty(RawProperty source, T target, PropertyImportContext context, Action<RawProperty, PropertyData> valueTransform)
Parameters
| Type | Name | Description |
|---|---|---|
| RawProperty | source | |
| T | target | |
| PropertyImportContext | context | |
| System.Action<RawProperty, PropertyData> | valueTransform |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Explicit Interface Implementations
IInterfacePropertyTransform.ExportProperty(IPropertyExporter, IContent, RawProperty, PropertyExportContext)
Declaration
bool IInterfacePropertyTransform.ExportProperty(IPropertyExporter currentTransfer, IContent source, RawProperty target, PropertyExportContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyExporter | currentTransfer | |
| IContent | source | |
| RawProperty | target | |
| PropertyExportContext | context |
Returns
| Type | Description |
|---|---|
| System.Boolean |
IInterfacePropertyTransform.ImportProperty(IPropertyImporter, RawProperty, IContent, PropertyImportContext)
Declaration
bool IInterfacePropertyTransform.ImportProperty(IPropertyImporter currentTransfer, RawProperty source, IContent target, PropertyImportContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyImporter | currentTransfer | |
| RawProperty | source | |
| IContent | target | |
| PropertyImportContext | context |
Returns
| Type | Description |
|---|---|
| System.Boolean |