logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CreateEventDispatcherServiceInput

    Input data transfer object for creating an event dispatcher service.

    Inheritance
    object
    CreateEventDispatcherServiceInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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>>
    In this article
    © 2026 Serenity. All Rights Reserved