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

Inheritance: IRegistrationConvention
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
Process ( Type type, Registry registry ) : void
ProcessHandler ( Type type, Registry registry, Type typeInterface, Type handlerInterface, Type concreteHandler ) : void

Method Details

Process() public méthode

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
Résultat void

ProcessHandler() public méthode

public ProcessHandler ( Type type, Registry registry, Type typeInterface, Type handlerInterface, Type concreteHandler ) : void
type System.Type
registry Registry
typeInterface System.Type
handlerInterface System.Type
concreteHandler System.Type
Résultat void