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

Inheritance: HandlerRegistrar
Afficher le fichier Open project: basicdays/Guidelines Class Usage Examples

Méthodes publiques

Méthode Description
QueryHandlerRegistrar ( Type classType, Registry registry ) : System

Méthodes protégées

Méthode Description
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

QueryHandlerRegistrar() public méthode

public QueryHandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
Résultat System

RegisterProcessorAndGetHandlerType() protected méthode

protected RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type
domainEntityType System.Type
Résultat System.Type