Class EventBusBase.EventTypeWithEventHandlerFactories
Inheritance
object
EventBusBase.EventTypeWithEventHandlerFactories
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
protected class EventBusBase.EventTypeWithEventHandlerFactories
Constructors
EventTypeWithEventHandlerFactories(Type, List<IEventHandlerFactory>)
Declaration
public EventTypeWithEventHandlerFactories(Type eventType, List<IEventHandlerFactory> eventHandlerFactories)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | eventType | |
| System.Collections.Generic.List<T><IEventHandlerFactory> | eventHandlerFactories |
Properties
EventHandlerFactories
Declaration
public List<IEventHandlerFactory> EventHandlerFactories { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><IEventHandlerFactory> |
EventType
Declaration
public Type EventType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |