Class UnityCascadeViewInstallationStep
Builds and registers cascade views (SO-authored cascade menus hosted in their own view), then exposes the service as a view provider so a menu option can transition to a cascade view by id. Runs after composites; cascade views are independent top-level views like menus and composites.
Inherited Members
Namespace: Serenity.Menu.Installation.Installers
Assembly: Serenity.UnityMenu.Installation.dll
Syntax
public class UnityCascadeViewInstallationStep
Constructors
UnityCascadeViewInstallationStep()
Declaration
public UnityCascadeViewInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the cascade-view installer, installs it and publishes its service.
Declaration
public UnityCascadeViewInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into. |
Returns
| Type | Description |
|---|---|
| UnityCascadeViewInstaller | The installer, or null when an upstream step it depends on did not run. |