Interface IUiPresenter
Interface for a UI presenter.
Namespace: Serenity.Ui.Application.Interfaces.Presenters
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiPresenter
Methods
Hide(UiHideInput)
Hides the UI presenter.
Declaration
void Hide(UiHideInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| UiHideInput | input |
Show(UiShowInput)
Shows the UI presenter.
Declaration
void Show(UiShowInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| UiShowInput | input |