Class UiViewShow
Use case for showing a UI element.
Inherited Members
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. |