Class LocalizationInstallerInstallInput
Input data transfer object for installing a Localization service.
Inherited Members
Namespace: Serenity.Localization.Installation.Installers
Assembly: Serenity.Localization.Installation.dll
Syntax
public class LocalizationInstallerInstallInput
Constructors
LocalizationInstallerInstallInput(IEventDispatcherService, IGameSettingsService)
Initializes a new instance of the LocalizationInstallerInstallInput class.
Declaration
public LocalizationInstallerInstallInput(IEventDispatcherService eventDispatcherService, IGameSettingsService gameSettingsService)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventDispatcherService | eventDispatcherService | The event dispatcher service instance. |
| IGameSettingsService | gameSettingsService | The game settings service instance. |
Fields
EventDispatcherService
Gets the event dispatcher service.
Declaration
public IEventDispatcherService EventDispatcherService
Field Value
| Type | Description |
|---|---|
| IEventDispatcherService | The event dispatcher service. |
GameSettingsService
Gets the game settings service.
Declaration
public IGameSettingsService GameSettingsService
Field Value
| Type | Description |
|---|---|
| IGameSettingsService | The game settings service. |