Interface IHasCommandExecutor
An interface indicating that the implementing class has a command executor.
public interface IHasCommandExecutor
Properties
CommandExecutor
Gets the command executor.
ICommandExecutor CommandExecutor { get; }
An interface indicating that the implementing class has a command executor.
public interface IHasCommandExecutor
Gets the command executor.
ICommandExecutor CommandExecutor { get; }