logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class FeedbackInstaller

    Abstract base class for installing the feedback service.

    Inheritance
    object
    FeedbackInstaller
    Implements
    IInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved