Common Application Framework

CommandManager Members

CommandManager overview

Public Static Properties

Instance Get instance of command manager

Public Instance Properties

ApplicationContext Property which holds the current application context, which is used to manage the state of all commands.
Commands Gets the collection of Command objects currently managed by the CommandManager.
CommandTypes Property which returns a Hashtable of Command Types
MacroCommand Property which holds the type of a class which implements a command to execute a macro in the context of the host application. (Eg. A PML command in PDMS)

Public Instance Methods

AddAllCommands Add to the CommandCollection an instance of each class in the calling assembly which has a base class of type Aveva.ApplicationFramework.Presentation.Command
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

CommandManager Class | Aveva.ApplicationFramework.Presentation Namespace