Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IChainOfCommand Interface
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIChainOfCommand
Represents a chain of command.
Declaration Syntax
C#Visual BasicVisual C++
public interface IChainOfCommand : IProgressUpdater, 
	ICommand
Public Interface IChainOfCommand _
	Implements IProgressUpdater, ICommand
public interface class IChainOfCommand : IProgressUpdater, 
	ICommand
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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.)

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)