Class ComboInstaller
Abstract base class for installing the Combo service.
Implements
Inherited Members
Namespace: Serenity.Combo.Installation.Installers
Assembly: Serenity.Combo.Installation.dll
Syntax
public abstract class ComboInstaller : IInstaller
Constructors
ComboInstaller()
Declaration
protected ComboInstaller()
Fields
_service
Declaration
protected IComboService _service
Field Value
| Type | Description |
|---|---|
| IComboService | The installed combo service. |
Methods
GetService()
Gets the installed combo service.
Declaration
public IComboService GetService()
Returns
| Type | Description |
|---|---|
| IComboService | The installed IComboService. |
Install(ILogService)
Installs the Combo service.
Declaration
public abstract void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |