C# 클래스 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
상속: IRegistrationConvention
파일 보기 프로젝트 열기: JonKruger/MvcStarterProject

공개 메소드들

메소드 설명
Process ( Type type, Registry registry ) : void

보호된 메소드들

메소드 설명
CloseInterfaceConventionScanner ( Type openGenericType ) : System

메소드 상세

CloseInterfaceConventionScanner() 보호된 메소드

protected CloseInterfaceConventionScanner ( Type openGenericType ) : System
openGenericType System.Type
리턴 System

Process() 공개 메소드

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