Class EventTypeWithEventHandlerFactories
Inheritance
EventTypeWithEventHandlerFactories
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class EventTypeWithEventHandlerFactories
Constructors
EventTypeWithEventHandlerFactories(Type, List<IEventHandlerFactory>)
Declaration
public EventTypeWithEventHandlerFactories(Type eventType, List<IEventHandlerFactory> eventHandlerFactories)
Parameters
Properties
EventHandlerFactories
Declaration
public List<IEventHandlerFactory> EventHandlerFactories { get; }
Property Value
EventType
Declaration
public Type EventType { get; }
Property Value
Extension Methods