logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CharacterInstaller

    Abstract base class for installing the Character service.

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

    Constructors

    CharacterInstaller()

    Declaration
    protected CharacterInstaller()

    Fields

    _service

    Declaration
    protected ICharacterService _service
    Field Value
    Type Description
    ICharacterService

    The installed character service.

    Methods

    GetService()

    Gets the installed character service.

    Declaration
    public ICharacterService GetService()
    Returns
    Type Description
    ICharacterService

    The installed ICharacterService.

    Install(ILogService)

    Installs the Character 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