Show / Hide Table of Contents

Class EventBusBase.EventTypeWithEventHandlerFactories

Inheritance
System.Object
EventBusBase.EventTypeWithEventHandlerFactories
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
protected class EventTypeWithEventHandlerFactories : object

Constructors

EventTypeWithEventHandlerFactories(Type, List<IEventHandlerFactory>)

Declaration
public EventTypeWithEventHandlerFactories(Type eventType, List<IEventHandlerFactory> eventHandlerFactories)
Parameters
Type Name Description
Type eventType
List<IEventHandlerFactory> eventHandlerFactories

Properties

EventHandlerFactories

Declaration
public List<IEventHandlerFactory> EventHandlerFactories { get; }
Property Value
Type Description
List<IEventHandlerFactory>

EventType

Declaration
public Type EventType { get; }
Property Value
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft