logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    UnityCascadeViewInstallationStep
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    In this article
    © 2026 Serenity. All Rights Reserved