Class MirroringDataImporter
Inheritance
System.Object
MirroringDataImporter
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.Enterprise.Mirroring
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2Syntax
public class MirroringDataImporter : DataImporter, ITransferContext, IContentTransferContext, ITransferHandlerContext, IDataImporter
Constructors
MirroringDataImporter()
Initializes a new instance of the MirroringDataImporter class.
Declaration
public MirroringDataImporter()
Methods
OnImportProperty(TransformPropertyEventArgs)
Raises the ImportProperty event.
Declaration
public override void OnImportProperty(TransformPropertyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
TransformPropertyEventArgs | e | The TransformPropertyEventArgs instance containing the event data. |
Overrides
Events
ImportPropertyEvent
Declaration
public static event EventHandler<TransformPropertyEventArgs> ImportPropertyEvent
Event Type
Type | Description |
---|---|
System.EventHandler<TransformPropertyEventArgs> |