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