Class SoundMixerInstallerInstallInput
Input data transfer object for installing the Sound Mixer Installer.
Inherited Members
Namespace: Serenity.SoundMixer.Installation.Installers
Assembly: Serenity.SoundMixer.Installation.dll
Syntax
public class SoundMixerInstallerInstallInput
Constructors
SoundMixerInstallerInstallInput(IEventDispatcherService, IServiceLocator)
Initializes a new instance of the SoundMixerInstallerInstallInput class.
Declaration
public SoundMixerInstallerInstallInput(IEventDispatcherService eventDispatcherService, IServiceLocator serviceLocator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventDispatcherService | eventDispatcherService | The event dispatcher service instance. |
| IServiceLocator | serviceLocator | Optional runtime service locator to register the service into. |
Fields
EventDispatcherService
Declaration
public IEventDispatcherService EventDispatcherService
Field Value
| Type | Description |
|---|---|
| IEventDispatcherService | Event dispatcher service to handle events. |
ServiceLocator
Declaration
public IServiceLocator ServiceLocator
Field Value
| Type | Description |
|---|---|
| IServiceLocator | Optional runtime service locator. When provided, the installer registers the created
|