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

Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
RegisterTypes ( Type genericCommand, Type handler ) : void

Méthodes protégées

Méthode Description
HandlerRegistrar ( Type classType, Registry registry ) : System
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

HandlerRegistrar() protected méthode

protected HandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
Résultat System

RegisterProcessorAndGetHandlerType() protected abstract méthode

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

RegisterTypes() public méthode

public RegisterTypes ( Type genericCommand, Type handler ) : void
genericCommand System.Type
handler System.Type
Résultat void