Class ReportingDataWriter
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Writes reporting data from data warehouse.
Inheritance
System.Object
ReportingDataWriter
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.Commerce.Reporting.Order.Internal.DataAccess
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0Syntax
public class ReportingDataWriter
Constructors
ReportingDataWriter(IConnectionStringHandler, IReportingDataGenerator, IEventDrivenReportingDataUpdater)
Initializes a new instance of the ReportingDataWriter class.
Declaration
public ReportingDataWriter(IConnectionStringHandler connectionStringHandler, IReportingDataGenerator reportingDataGenerator, IEventDrivenReportingDataUpdater eventDrivenReportingDataUpdater)
Parameters
Type | Name | Description |
---|---|---|
IConnectionStringHandler | connectionStringHandler | The connection string handler. |
IReportingDataGenerator | reportingDataGenerator | The reporting data generator. |
IEventDrivenReportingDataUpdater | eventDrivenReportingDataUpdater | The event driven reporting data updater. |