Class PlayerInputInstallerInstallInput
Base DTO for PlayerInput installation. Extend it if you need more dependencies.
Inherited Members
Namespace: Serenity.InputGateway.Installation.Installers.Dto
Assembly: Serenity.InputGateway.Installation.dll
Syntax
public class PlayerInputInstallerInstallInput
Constructors
PlayerInputInstallerInstallInput(IPlayerInputServiceSettingsDefinition, TaskBuildContext, ILogService)
Initializes a new instance of the PlayerInputInstallerInstallInput class.
Declaration
public PlayerInputInstallerInstallInput(IPlayerInputServiceSettingsDefinition settings, TaskBuildContext context, ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayerInputServiceSettingsDefinition | settings | The player input service settings definition. |
| TaskBuildContext | context | The task build context. |
| ILogService | logService | The logging service for diagnostic output. |
Fields
Context
Declaration
public TaskBuildContext Context
Field Value
| Type | Description |
|---|---|
| TaskBuildContext | The task build context. |
LogService
Declaration
public ILogService LogService
Field Value
| Type | Description |
|---|---|
| ILogService | The logging service for diagnostic output. |
Settings
Declaration
public IPlayerInputServiceSettingsDefinition Settings
Field Value
| Type | Description |
|---|---|
| IPlayerInputServiceSettingsDefinition | The player input service settings definition. |