logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ViewBrowserPush

    Use case for pushing a new view onto the view browser stack.

    Inheritance
    object
    ViewBrowserPush
    Implements
    ISyncUseCase<ViewBrowserPushInput>
    IUseCase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.ViewBrowser.Application.UseCases
    Assembly: Serenity.ViewBrowser.Application.dll
    Syntax
    public class ViewBrowserPush : ISyncUseCase<ViewBrowserPushInput>, IUseCase

    Constructors

    ViewBrowserPush(IViewBrowserService)

    Constructor for the ViewBrowserPush use case.

    Declaration
    public ViewBrowserPush(IViewBrowserService repository)
    Parameters
    Type Name Description
    IViewBrowserService repository

    The view browser service to use.

    Methods

    Execute(ViewBrowserPushInput)

    Execute the push operation.

    Declaration
    public void Execute(ViewBrowserPushInput input)
    Parameters
    Type Name Description
    ViewBrowserPushInput input

    Implements

    ISyncUseCase<TInput>
    IUseCase
    In this article
    © 2026 Serenity. All Rights Reserved