logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ModalCancelInput

    Input data transfer object for cancelling a modal.

    Inheritance
    object
    ModalCancelInput
    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 ModalCancelInput

    Constructors

    ModalCancelInput(string)

    Initializes a new instance of the ModalCancelInput class.

    Declaration
    public ModalCancelInput(string modalId)
    Parameters
    Type Name Description
    string modalId

    The ID of the modal to be cancelled.

    Fields

    ModalId

    Declaration
    public string ModalId
    Field Value
    Type Description
    string

    The ID of the modal to be cancelled.

    Methods

    ToString()

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