Class UnityModalInstallationStep
Installs the modal aggregate into the running composition.
Inherited Members
Namespace: Serenity.Modal.Installation.Installers
Assembly: Serenity.UnityModal.Installation.dll
Syntax
public class UnityModalInstallationStep
Constructors
UnityModalInstallationStep()
Declaration
public UnityModalInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the aggregate's installer, installs it and publishes its services.
Declaration
public UnityModalInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into, and the channel the inspector-authored input arrives on. |
Returns
| Type | Description |
|---|---|
| UnityModalInstaller | The installer, so the composition root can keep its own reference to it. |