logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class StageInstaller

    Abstract base class for installing the Stage service.

    Inheritance
    object
    StageInstaller
    Implements
    IInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Stage.Installation.Installers
    Assembly: Serenity.Stage.Installation.dll
    Syntax
    public abstract class StageInstaller : IInstaller

    Constructors

    StageInstaller()

    Declaration
    protected StageInstaller()

    Fields

    _service

    Declaration
    protected IStageService _service
    Field Value
    Type Description
    IStageService

    The installed stage service.

    Methods

    GetService()

    Gets the installed stage service.

    Declaration
    public IStageService GetService()
    Returns
    Type Description
    IStageService

    The installed IStageService.

    Install(IFoundationViewElement, ILogService)

    Installs the Stage service.

    Declaration
    public abstract void Install(IFoundationViewElement gameWrapper, ILogService logService)
    Parameters
    Type Name Description
    IFoundationViewElement gameWrapper

    The game wrapper object.

    ILogService logService

    The logging service for diagnostic output.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved