logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ModalTransitionateToModalInput

    Input data transfer object for transitioning between modals.

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

    Constructors

    ModalTransitionateToModalInput(string, string)

    Initializes a new instance of the ModalTransitionateToModalInput class.

    Declaration
    public ModalTransitionateToModalInput(string modalIdFrom, string modalIdTo)
    Parameters
    Type Name Description
    string modalIdFrom

    The ID of the modal to transition from.

    string modalIdTo

    The ID of the modal to transition to.

    Fields

    ModalIdFrom

    Declaration
    public string ModalIdFrom
    Field Value
    Type Description
    string

    The ID of the modal to transition from.

    ModalIdTo

    Declaration
    public string ModalIdTo
    Field Value
    Type Description
    string

    The ID of the modal to transition to.

    Methods

    ToString()

    Returns a string representation of the ModalTransitionateToModalInput 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