logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class OnModalSubmitOptionInput

    Input data transfer object for submitting a modal option.

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

    Constructors

    OnModalSubmitOptionInput(string)

    Initializes a new instance of the OnModalSubmitOptionInput class.

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

    Fields

    ActionId

    Declaration
    public string ActionId
    Field Value
    Type Description
    string

    The ID of the action associated with the modal submission.

    Methods

    ToString()

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