C# Class Aperea.Commands.CommandExecutor.Executor

Mostra file Open project: DerAlbertCom/ApereaFramework

Public Properties

Property Type Description
ExecuteHandler ICommand>.Action

Public Methods

Method Description
Executor ( Type commandType, Type handlerType ) : System

Method Details

Executor() public method

public Executor ( Type commandType, Type handlerType ) : System
commandType System.Type
handlerType System.Type
return System

Property Details

ExecuteHandler public_oe property

public Action ExecuteHandler
return ICommand>.Action