logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiShowInput

    Data Transfer Object for showing a UI element.

    Inheritance
    object
    UiShowInput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Application.DTO
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public class UiShowInput

    Constructors

    UiShowInput(string)

    Initializes a new instance of the UiShowInput class with the specified ID.

    Declaration
    public UiShowInput(string id)
    Parameters
    Type Name Description
    string id

    The identifier of the UI element to be shown.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The identifier of the UI element to be shown.

    Methods

    ToString()

    Returns a string representation of the UiShowInput.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representing the UiShowInput.

    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved