logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SystemConfigurationInstallerInstallInput

    Data Transfer Object for input parameters required by the SystemConfigurationInstaller.

    Inheritance
    object
    SystemConfigurationInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.SystemConfiguration.Installation.Installers
    Assembly: Serenity.SystemConfiguration.Installation.dll
    Syntax
    public class SystemConfigurationInstallerInstallInput

    Constructors

    SystemConfigurationInstallerInstallInput(ILogService, IEventDispatcherService, IGameSettingsService)

    Initializes a new instance of the SystemConfigurationInstallerInstallInput class with the specified services.

    Declaration
    public SystemConfigurationInstallerInstallInput(ILogService logService, IEventDispatcherService eventDispatcherService, IGameSettingsService gameSettingsService)
    Parameters
    Type Name Description
    ILogService logService

    The logging service to be used.

    IEventDispatcherService eventDispatcherService

    The event dispatcher service to be used.

    IGameSettingsService gameSettingsService

    The game settings service to be used.

    Properties

    EventDispatcherService

    Declaration
    public IEventDispatcherService EventDispatcherService { get; }
    Property Value
    Type Description
    IEventDispatcherService

    The event dispatcher service instance.

    GameSettingsService

    Declaration
    public IGameSettingsService GameSettingsService { get; }
    Property Value
    Type Description
    IGameSettingsService

    The game settings service instance.

    LogService

    Declaration
    public ILogService LogService { get; }
    Property Value
    Type Description
    ILogService

    The logging service instance.

    In this article
    © 2026 Serenity. All Rights Reserved