The methods of the Command class are listed below. For a complete list of Command class members, see the Command Members topic.
AttachExecutor | Attaches a CommandExecutor derived class to the command |
CancelableExecute | Version of Execute which can be cancelled by an BeforeCommandExecute event handler |
DetachAllExecutors | Detach all CommandExecutor derived classes from the command |
DetachExecutor | Detach a CommandExecutor derived class from the command |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Execute | The command Execute method is normally overridden by a derived class |
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. |
GetState | Gets the current state of the command |
GetType (inherited from Object) | Gets the Type of the current instance. |
Refresh | Overloaded. Call to allow the command to update its visilility or enabled state following a change to the application context. |
SetProperty | |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Command Class | Aveva.ApplicationFramework.Presentation Namespace