logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class MenuCancelInput

    Input data transfer object for cancelling a menu.

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

    Constructors

    MenuCancelInput(string)

    Initializes a new instance of the MenuCancelInput class.

    Declaration
    public MenuCancelInput(string menuId)
    Parameters
    Type Name Description
    string menuId

    The ID of the menu to be cancelled.

    Fields

    MenuId

    Declaration
    public string MenuId
    Field Value
    Type Description
    string

    The ID of the menu to be cancelled.

    Methods

    ToString()

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