Class DependencyInitializationModule
The DependencyInitializationModule class prepares the dependencies for the services and components supporting the activity streams feature set of the Social platform.
Inheritance
System.Object
DependencyInitializationModule
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.Social.ActivityStreams.Site
Assembly: EPiServer.Social.ActivityStreams.Site.dll
Version: 1.5.4Syntax
public class DependencyInitializationModule : IConfigurableModule, IInitializableModule
Constructors
DependencyInitializationModule()
Constructor
Declaration
public DependencyInitializationModule()
Methods
ConfigureContainer(ServiceConfigurationContext)
Prepares dependencies for the Social activity streams services, and registers them with the site's IoC system.
Declaration
public void ConfigureContainer(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| EPiServer.ServiceLocation.ServiceConfigurationContext | context | Service configuration context |
Initialize(InitializationEngine)
Executes the initialization procedure for this module.
Declaration
public void Initialize(InitializationEngine context)
Parameters
| Type | Name | Description |
|---|---|---|
| EPiServer.Framework.Initialization.InitializationEngine | context |
Uninitialize(InitializationEngine)
Executes the teardown procedure for this module.
Declaration
public void Uninitialize(InitializationEngine context)
Parameters
| Type | Name | Description |
|---|---|---|
| EPiServer.Framework.Initialization.InitializationEngine | context |
Implements
EPiServer.ServiceLocation.IConfigurableModule
EPiServer.Framework.IInitializableModule