Represents a chain of command.
| C# | Visual Basic | Visual C++ |
public interface IChainOfCommand : IProgressUpdater, ICommand
Public Interface IChainOfCommand _ Implements IProgressUpdater, ICommand
public interface class IChainOfCommand : IProgressUpdater, ICommand
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| BeginExecute(AsyncCallback, Object) |
Executes asynchronously this chain of command.
| |
| BeginExecute(IDictionary<(Of <(String, Object>)>), AsyncCallback, Object) |
Executes asynchronously the chain of command with the specified parameters.
| |
| CanExecute(Object) |
Defines the method that determines whether the command can execute in its current state.
(Inherited from ICommand.) | |
| CanExecuteChanged |
Occurs when changes occur that affect whether or not the command should execute.
(Inherited from ICommand.) | |
| Chain |
Gets the chain of elementary commands.
| |
| Clone()()() |
Clones this instance.
| |
| EndExecute(IAsyncResult) |
Ends the execute.
| |
| Execute()()() |
Executes this chain of command.
| |
| Execute(IDictionary<(Of <(String, Object>)>)) |
Executes the chain of command with the specified parameters.
| |
| Execute(Object) |
Defines the method to be called when the command is invoked.
(Inherited from ICommand.) | |
| Progressed |
Occurs when progression occurs.
(Inherited from IProgressUpdater.) | |
| ProgressMessage |
Gets the progress message.
(Inherited from IProgressUpdater.) | |
| ProgressPercentage |
Gets the progress percentage.
(Inherited from IProgressUpdater.) | |
| SetProgression(Double) |
Sets the progression.
(Inherited from IProgressUpdater.) | |
| SetProgression(Double, String) |
Sets the progression.
(Inherited from IProgressUpdater.) |