Class UnityEventDispatcherInstallationStep
Installs the event dispatcher aggregate into the running composition.
Inherited Members
Namespace: Serenity.EventDispatcher.Installation.Installers
Assembly: Serenity.UnityGlobal.Installation.dll
Syntax
public class UnityEventDispatcherInstallationStep
Constructors
UnityEventDispatcherInstallationStep()
Declaration
public UnityEventDispatcherInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the aggregate's installer, installs it and publishes its service.
Declaration
public UnityEventDispatcherInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into. |
Returns
| Type | Description |
|---|---|
| UnityEventDispatcherInstaller | The installer, so the composition root can keep its own reference to it. |