Interface IViewBase
Interface representing a base view with show and hide functionality.
Namespace: Serenity.Global.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface IViewBase : IFoundationSettings
Methods
Hide()
Hides the view.
Declaration
void Hide()
Initialize(ILogService)
Initializes the view with the provided logging service.
Declaration
void Initialize(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service to be used by the view. |
Show()
Shows the view.
Declaration
void Show()