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