HandlerDiscoveryModel Constructor
Definition
HandlerDiscoveryModel(Type, Type, IGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>>)
Initializes a new instance of the HandlerDiscoveryModel class.
public HandlerDiscoveryModel(Type handlerAbstractionType, Type delegateAbstractionType, IGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>> groupHandlers)
Parameters
handlerAbstractionTypeTypeThe Type of the handler abstraction.
delegateAbstractionTypeTypeThe Type of the delegate abstraction.
groupHandlersIGrouping<Type, KeyValuePair<Type, List<IHierarchy<object>>>>The implementations of the IHandler<TRequest> interface.