logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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()
    In this article
    © 2026 Serenity. All Rights Reserved