Class SystemConfigurationInstallerInstallInput
Data Transfer Object for input parameters required by the SystemConfigurationInstaller.
Inherited Members
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. |