logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ComboInstaller

    Abstract base class for installing the Combo service.

    Inheritance
    object
    ComboInstaller
    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.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.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved