logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class OnMenuSubmitOptionInput

    Input data transfer object for menu option submission events.

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

    Constructors

    OnMenuSubmitOptionInput(string)

    Initializes a new instance of the OnMenuSubmitOptionInput class.

    Declaration
    public OnMenuSubmitOptionInput(string actionId)
    Parameters
    Type Name Description
    string actionId

    The ID of the action being submitted.

    Fields

    ActionId

    Declaration
    public string ActionId
    Field Value
    Type Description
    string

    The ID of the action being submitted.

    Methods

    ToString()

    Returns a string representation of the OnMenuSubmitOptionInput.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved