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

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

Méthodes publiques

Méthode Description
Process ( Type type, Registry registry ) : void

Private Methods

Méthode Description
RegisterTypes ( Type type, Registry registry, Type genericCommand, Type handler, Type handlerInterface ) : void

Method Details

Process() public méthode

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