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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

CommandHandlerRegistrar() public méthode

public CommandHandlerRegistrar ( 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