AVEVA CAF API Documenation


HelpAboutCommand Class Methods

For a list of all members of this type, see HelpAboutCommand members.

Public Methods
 NameDescription
Public Method Attaches a CommandExecutor derived class to the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverloaded.  Version of Execute which can be cancelled by an BeforeCommandExecute event handler and which takes arguments. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Detach all CommandExecutor derived classes from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Detach a CommandExecutor derived class from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverloaded. Overridden.  The command Execute method is normally overridden by a derived class.  
Public Method Finds a matching execute overload. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Gets the current state of the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverloaded.  Call to allow the command to update its visibility or enabled state following a change to system. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Select the executors (e.g. for Context Tabs) (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Sets a property. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Top
See Also