logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UiViewShow

    Use case for showing a UI element.

    Inheritance
    object
    UiViewShow
    Implements
    ISyncUseCase<UiShowInput>
    IUseCase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Application.UseCases
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public class UiViewShow : ISyncUseCase<UiShowInput>, IUseCase

    Constructors

    UiViewShow(IUiPresenter)

    Initializes a new instance of the UiViewShow class with the specified UI presenter.

    Declaration
    public UiViewShow(IUiPresenter presenter)
    Parameters
    Type Name Description
    IUiPresenter presenter

    The UI presenter used to perform the show operation.

    Methods

    Execute(UiShowInput)

    Executes the use case to show a UI element based on the provided input.

    Declaration
    public void Execute(UiShowInput input)
    Parameters
    Type Name Description
    UiShowInput input

    The input data containing the ID of the UI element to be shown.

    Implements

    ISyncUseCase<TInput>
    IUseCase
    In this article
    © 2026 Serenity. All Rights Reserved