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