AVEVA CAF API Documenation
Properties  Methods  Events

ICommandManager Interface Members

The following tables list the members exposed by ICommandManager.

Public Properties
 NameDescription
 Property Property which holds the current application context, which is used to manage the state of all commands.  
 Property Property which returns a collection of Command Contexts  
 Property Gets the collection of Command objects currently managed by the CommandManager.  
 Property Property which returns a collection of Command Types  
 Property Property which holds the type of a class which implements a command to execute a macro in the context of the host application. (e.g. A PML command)  
Top
Public Methods
 NameDescription
 Method Add to the CommandCollection an instance of each class in the calling assembly which has a base class of type Aveva.ApplicationFramework.Presentation.Command  
 Method Detach executors.  
 Method Raise CommandExecuted event  
 Method Refresh all the commands  
Top
Public Events
 NameDescription
 Event Occurs when the command is executed  
Top
See Also