C# Class Guidelines.Ioc.StructureMap.Conventions.QueryHandlerRegistrar

Inheritance: HandlerRegistrar
Mostra file Open project: basicdays/Guidelines Class Usage Examples

Public Methods

Method Description
QueryHandlerRegistrar ( Type classType, Registry registry ) : System

Protected Methods

Method Description
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

QueryHandlerRegistrar() public method

public QueryHandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
return System

RegisterProcessorAndGetHandlerType() protected method

protected RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type
domainEntityType System.Type
return System.Type