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