This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CommandManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CommandManager

The type exposes the following members.

Public Methods

  Name Description
Public method Activate
Activates the consumer of the given scope.
Public method AddCommandValue Overloaded.
Public method ClearCommandValues Overloaded.
Public method Equals (Inherited from Object.)
Public method Static member GetActiveConsumers
Gets the command consumers that have been activated on this request.
Public method GetAllCommandValues
Gets all parameter values for given scope.
Public method GetCommandType
Returns the command type of the given scope.
Public method GetCommandValue
Gets the first value identified by its full name.
Public method Static member GetFullName
Gets the full name for given scope and shortcut.
Public method GetHashCode (Inherited from Object.)
Public method Static member GetRegisteredCommands
Gets the registered commands in given scope.
Public method Static member GetRegisteredConsumers
Gets the registered consumers.
Public method Static member GetRegisteredScopes
Gets the registered scopes.
Public method GetType (Inherited from Object.)
Public method IsScopeActive
Tests if the given scope is activated.
Public method Static member RegisterConsumer
Registers a command consumer.
Public method RemoveCommandValueAt
Removes the command value at specified index.
Public method RemoveCommandValues
Removes the command values identified by its full name.
Public method SetCommandValue
Set the command value identified by its full name, effectively replacing all current values with this full name.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member TRIGGER_KEY
The trigger key.

Public Properties

  Name Description
Public property Static member Current
Gets the command manager instance for the current context.
Public property Static member HasCurrent
Returns true if a current CommandManager is available.

See Also

Advanced