C# 클래스 Guidelines.Ioc.StructureMap.Conventions.HandlerFactoryRegistrar

파일 보기 프로젝트 열기: basicdays/Guidelines 1 사용 예제들

공개 메소드들

메소드 설명
HandlerFactoryRegistrar ( Type classType, Registry registry ) : System
RegisterFactory ( Type genericCommand, Type factoryInterface, Type factoryInstace ) : void

메소드 상세

HandlerFactoryRegistrar() 공개 메소드

public HandlerFactoryRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
리턴 System

RegisterFactory() 공개 메소드

public RegisterFactory ( Type genericCommand, Type factoryInterface, Type factoryInstace ) : void
genericCommand System.Type
factoryInterface System.Type
factoryInstace System.Type
리턴 void