Class GlobalInstallerInstallInput
Input data transfer object for installing global services.
Inherited Members
Namespace: Serenity.Global.Installation.DTO
Assembly: Serenity.Global.Installation.dll
Syntax
public class GlobalInstallerInstallInput
Constructors
GlobalInstallerInstallInput(IEventDispatcherService, string, ILogService)
Initializes a new instance of the GlobalInstallerInstallInput class.
Declaration
public GlobalInstallerInstallInput(IEventDispatcherService eventDispatcherService, string initialSceneName, ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventDispatcherService | eventDispatcherService | The event dispatcher service to be used globally. |
| string | initialSceneName | The initial scene name to load. |
| ILogService | logService | The logging service to be used globally. |
Fields
EventDispatcherService
Declaration
public IEventDispatcherService EventDispatcherService
Field Value
| Type | Description |
|---|---|
| IEventDispatcherService | The event dispatcher service to be used globally. |
InitialSceneName
Declaration
public string InitialSceneName
Field Value
| Type | Description |
|---|---|
| string | The initial scene name to load. |
LogService
Declaration
public ILogService LogService
Field Value
| Type | Description |
|---|---|
| ILogService | The logging service to be used globally. |