Class GameCameraInstaller
Abstract base class for installing the game camera service.
Implements
Inherited Members
Namespace: Serenity.GameCamera.Installation.Installers
Assembly: Serenity.GameCamera.Installation.dll
Syntax
public abstract class GameCameraInstaller : IInstaller
Constructors
GameCameraInstaller()
Declaration
protected GameCameraInstaller()
Fields
_service
Declaration
protected IGameCameraService _service
Field Value
| Type | Description |
|---|---|
| IGameCameraService | The installed game camera service instance. |
Methods
GetService()
Gets the installed game camera service.
Declaration
public IGameCameraService GetService()
Returns
| Type | Description |
|---|---|
| IGameCameraService | The game camera service. |
Install(ILogService)
Installs the game camera service with required dependencies.
Declaration
public abstract void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service. |