logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ViewBrowserPushInput

    Data Transfer Object for pushing a new view onto the view browser stack.

    Inheritance
    object
    ViewBrowserPushInput
    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.DTO
    Assembly: Serenity.ViewBrowser.Application.dll
    Syntax
    public class ViewBrowserPushInput

    Constructors

    ViewBrowserPushInput(IViewBase)

    Constructor to initialize the ViewBrowserPushInput.

    Declaration
    public ViewBrowserPushInput(IViewBase view)
    Parameters
    Type Name Description
    IViewBase view

    The view to push onto the stack.

    Fields

    View

    Declaration
    public IViewBase View
    Field Value
    Type Description
    IViewBase

    The view to push onto the stack.

    In this article
    © 2026 Serenity. All Rights Reserved