logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiOptionMenuActionValue

    Represents a menu action value for a UI option.

    Inheritance
    object
    UiOptionValue
    UiOptionMenuActionValue
    Implements
    IFoundationSettings
    Inherited Members
    UiOptionValue.UiElement
    UiOptionValue.Value
    UiOptionValue.Id
    UiOptionValue.Guid
    UiOptionValue.ViewId
    UiOptionValue.ToString()
    UiOptionValue.GetStringValue()
    UiOptionValue.SetValue(string)
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Domain.Entities
    Assembly: Serenity.Ui.Domain.dll
    Syntax
    public class UiOptionMenuActionValue : UiOptionValue, IFoundationSettings

    Constructors

    UiOptionMenuActionValue(string, string, string, UiComponentInteractionType)

    Initializes a new instance of the UiOptionMenuActionValue class.

    Declaration
    public UiOptionMenuActionValue(string id, string menuId, string value, UiComponentInteractionType uiElement)
    Parameters
    Type Name Description
    string id

    The unique identifier of the option.

    string menuId

    The view identifier of the option.

    string value

    The string value of the option.

    UiComponentInteractionType uiElement

    The interaction type of the UI element.

    Implements

    IFoundationSettings
    In this article
    © 2026 Serenity. All Rights Reserved