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)
Initializes a new instance of the SoundMixerInstallerInstallInput class.
Declaration
public SoundMixerInstallerInstallInput(IEventDispatcherService eventDispatcherService)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventDispatcherService | eventDispatcherService | The event dispatcher service instance. |
Fields
EventDispatcherService
Declaration
public IEventDispatcherService EventDispatcherService
Field Value
| Type | Description |
|---|---|
| IEventDispatcherService | Event dispatcher service to handle events. |