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