London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ReportingInitializationModule

Initialization module to handle the initialization of reporting.

Inheritance
System.Object
ReportingInitializationModule
Implements
EPiServer.ServiceLocation.IConfigurableModule
EPiServer.Framework.IInitializableModule
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.Initialization
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0
Syntax
public class ReportingInitializationModule : IConfigurableModule, IInitializableModule

Constructors

ReportingInitializationModule()

Declaration
public ReportingInitializationModule()

Methods

ConfigureContainer(ServiceConfigurationContext)

Declaration
public void ConfigureContainer(ServiceConfigurationContext context)
Parameters
Type Name Description
EPiServer.ServiceLocation.ServiceConfigurationContext context

Initialize(InitializationEngine)

Initializes reporting module using the specified context.

Declaration
public void Initialize(InitializationEngine context)
Parameters
Type Name Description
EPiServer.Framework.Initialization.InitializationEngine context

The context.

Uninitialize(InitializationEngine)

Uninitializes reporting module.

Declaration
public void Uninitialize(InitializationEngine context)
Parameters
Type Name Description
EPiServer.Framework.Initialization.InitializationEngine context

The context.

Implements

EPiServer.ServiceLocation.IConfigurableModule
EPiServer.Framework.IInitializableModule