C# 클래스 Aperea.Commands.CommandDispatcher

상속: ICommandDispatcher
파일 보기 프로젝트 열기: DerAlbertCom/ApereaFramework

공개 메소드들

메소드 설명
CommandDispatcher ( IServiceLocator locator ) : System
GetHandlers ( ICommand command ) : IEnumerable
GetValidators ( ICommand command ) : IEnumerable

메소드 상세

CommandDispatcher() 공개 메소드

public CommandDispatcher ( IServiceLocator locator ) : System
locator IServiceLocator
리턴 System

GetHandlers() 공개 메소드

public GetHandlers ( ICommand command ) : IEnumerable
command ICommand
리턴 IEnumerable

GetValidators() 공개 메소드

public GetValidators ( ICommand command ) : IEnumerable
command ICommand
리턴 IEnumerable