logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IController

    Interface representing a controller with enable and disable functionality.

    Namespace: Serenity.Global.Application.Interfaces
    Assembly: Serenity.Global.Application.dll
    Syntax
    public interface IController : IFoundationSettings

    Methods

    Disable()

    Disables the controller.

    Declaration
    void Disable()

    Enable()

    Enables the controller.

    Declaration
    void Enable()
    In this article
    © 2026 Serenity. All Rights Reserved