logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiOptionMenuTransitionValue

    Represents a menu transition value for a UI option.

    Inheritance
    object
    UiOptionValue
    UiOptionMenuTransitionValue
    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 UiOptionMenuTransitionValue : UiOptionValue, IFoundationSettings

    Constructors

    UiOptionMenuTransitionValue(string, string, string, UiComponentInteractionType)

    Initializes a new instance of the UiOptionMenuTransitionValue class.

    Declaration
    public UiOptionMenuTransitionValue(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