C# Class MvcStarterProject.Config.StructureMap.CloseInterfaceConventionScanner

span> This TypeScanner looks for any concrete class that implements an IGetObjectService interface, and registers that type against the closed IGetObjectService interface, i.e. IGetObjectService
or IGetObjectService
Inheritance: IRegistrationConvention
Afficher le fichier Open project: JonKruger/MvcStarterProject

Méthodes publiques

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

Méthodes protégées

Méthode Description
CloseInterfaceConventionScanner ( Type openGenericType ) : System

Method Details

CloseInterfaceConventionScanner() protected méthode

protected CloseInterfaceConventionScanner ( Type openGenericType ) : System
openGenericType System.Type
Résultat System

Process() public méthode

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