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
Mostrar archivo Open project: JonKruger/MvcStarterProject

Public Methods

Method Description
Process ( Type type, Registry registry ) : void

Protected Methods

Method Description
CloseInterfaceConventionScanner ( Type openGenericType ) : System

Method Details

CloseInterfaceConventionScanner() protected method

protected CloseInterfaceConventionScanner ( Type openGenericType ) : System
openGenericType System.Type
return System

Process() public method

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
return void