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

파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
RegisterTypes ( Type genericCommand, Type handler ) : void

보호된 메소드들

메소드 설명
HandlerRegistrar ( Type classType, Registry registry ) : System
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

메소드 상세

HandlerRegistrar() 보호된 메소드

protected HandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
리턴 System

RegisterProcessorAndGetHandlerType() 보호된 추상적인 메소드

protected abstract RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type
domainEntityType System.Type
리턴 System.Type

RegisterTypes() 공개 메소드

public RegisterTypes ( Type genericCommand, Type handler ) : void
genericCommand System.Type
handler System.Type
리턴 void