C# 클래스 Aperea.Commands.CommandExecutor.Executor

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

공개 프로퍼티들

프로퍼티 타입 설명
ExecuteHandler ICommand>.Action

공개 메소드들

메소드 설명
Executor ( Type commandType, Type handlerType ) : System

메소드 상세

Executor() 공개 메소드

public Executor ( Type commandType, Type handlerType ) : System
commandType System.Type
handlerType System.Type
리턴 System

프로퍼티 상세

ExecuteHandler 공개적으로 프로퍼티

public Action ExecuteHandler
리턴 ICommand>.Action