logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class MenuTransitionateToViewInput

    Input data transfer object for transitioning between menu views.

    Inheritance
    object
    MenuTransitionateToViewInput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Menu.Application.DTO
    Assembly: Serenity.Menu.Application.dll
    Syntax
    public class MenuTransitionateToViewInput

    Constructors

    MenuTransitionateToViewInput(string, string)

    Initializes a new instance of the MenuTransitionateToViewInput class.

    Declaration
    public MenuTransitionateToViewInput(string viewIdFrom, string viewIdTo)
    Parameters
    Type Name Description
    string viewIdFrom

    The ID of the view to transition from.

    string viewIdTo

    The ID of the view to transition to.

    Fields

    ViewIdFrom

    Declaration
    public string ViewIdFrom
    Field Value
    Type Description
    string

    The ID of the view to transition from.

    ViewIdTo

    Declaration
    public string ViewIdTo
    Field Value
    Type Description
    string

    The ID of the view to transition to.

    Methods

    ToString()

    Returns a string representation of the MenuTransitionateToViewInput instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the instance.

    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved