Class CreateEventDispatcherServiceInput
Input data transfer object for creating an event dispatcher service.
Inherited Members
Namespace: Serenity.AudioPlayer.Application.DTO
Assembly: Serenity.Global.Application.dll
Syntax
public sealed class CreateEventDispatcherServiceInput
Constructors
CreateEventDispatcherServiceInput()
Declaration
public CreateEventDispatcherServiceInput()
Properties
ActionConstructors
Constructors for event dispatcher actions to be initialized with the service.
Declaration
public IEnumerable<Func<IEventDispatcherAction>> ActionConstructors { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Func<IEventDispatcherAction>> |