logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiHideInput

    Data Transfer Object for hiding a UI element.

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

    Constructors

    UiHideInput(string)

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

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The identifier of the UI element to be hidden.

    Methods

    ToString()

    Returns a string representation of the UiHideInput.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representing the UiHideInput.

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