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

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

공개 메소드들

메소드 설명
BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
RegisterCommand ( Registry registry ) : void

비공개 메소드들

메소드 설명
MvcCommandRegistrar ( Type commandType ) : System

메소드 상세

BuildCommandRegistrarForCommand() 공개 정적인 메소드

public static BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
command System.Type
리턴 MvcCommandRegistrar

BuildCommandRegistrarForHandler() 공개 정적인 메소드

public static BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
handler System.Type
리턴 MvcCommandRegistrar

RegisterCommand() 공개 메소드

public RegisterCommand ( Registry registry ) : void
registry Registry
리턴 void