Try our conversational search powered by Generative AI!

Class DefaultPropertyExporter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
DefaultPropertyExporter
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.7
Syntax
[ServiceConfiguration(typeof(IPropertyExporter), IncludeServiceAccessor = false)]
public class DefaultPropertyExporter : IPropertyExporter

Constructors

DefaultPropertyExporter(IEnumerable<IPropertyTransform>, IEnumerable<IInterfacePropertyTransform>)

Declaration
public DefaultPropertyExporter(IEnumerable<IPropertyTransform> transforms, IEnumerable<IInterfacePropertyTransform> interfaceTransforms)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IPropertyTransform> transforms
System.Collections.Generic.IEnumerable<IInterfacePropertyTransform> interfaceTransforms

Methods

ExportProperties(IContentData, IEnumerable<RawProperty>, PropertyExportContext)

Declaration
public void ExportProperties(IContentData source, IEnumerable<RawProperty> properties, PropertyExportContext context)
Parameters
Type Name Description
IContentData source
System.Collections.Generic.IEnumerable<RawProperty> properties
PropertyExportContext context

ExportProperty(PropertyData, RawProperty, PropertyExportContext)

Declaration
public void ExportProperty(PropertyData source, RawProperty output, PropertyExportContext context)
Parameters
Type Name Description
PropertyData source
RawProperty output
PropertyExportContext context

Implements

Extension Methods