logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GameProgressInstaller

    Abstract base class for installing the GameProgress service.

    Inheritance
    object
    GameProgressInstaller
    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.GameProgress.Installation.Installers
    Assembly: Serenity.GameProgress.Installation.dll
    Syntax
    public abstract class GameProgressInstaller : IInstaller
    Remarks

    Concrete implementations override Install(ILogService) to create the service, providing a game-progress store for persistence.

    Constructors

    GameProgressInstaller()

    Declaration
    protected GameProgressInstaller()

    Fields

    _service

    Declaration
    protected IGameProgressService _service
    Field Value
    Type Description
    IGameProgressService

    The installed game-progress service.

    Methods

    GetService()

    Gets the installed game-progress service.

    Declaration
    public IGameProgressService GetService()
    Returns
    Type Description
    IGameProgressService

    The installed IGameProgressService.

    Install(ILogService)

    Installs the GameProgress service.

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

    The logging service for diagnostic output.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved