Class CharacterInstaller
Abstract base class for installing the Character service.
Implements
Inherited Members
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. |