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 Code |
---|---|
public class CommandManager |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CommandManager |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Activate |
Activates the consumer of the given scope.
|
|
AddCommandValue | Overloaded. | |
ClearCommandValues | Overloaded. | |
Equals | (Inherited from Object.) | |
GetActiveConsumers |
Gets the command consumers that have been activated on this request.
|
|
GetAllCommandValues |
Gets all parameter values for given scope.
|
|
GetCommandType |
Returns the command type of the given scope.
|
|
GetCommandValue |
Gets the first value identified by its full name.
|
|
GetFullName |
Gets the full name for given scope and shortcut.
|
|
GetHashCode | (Inherited from Object.) | |
GetRegisteredCommands |
Gets the registered commands in given scope.
|
|
GetRegisteredConsumers |
Gets the registered consumers.
|
|
GetRegisteredScopes |
Gets the registered scopes.
|
|
GetType | (Inherited from Object.) | |
IsScopeActive |
Tests if the given scope is activated.
|
|
RegisterConsumer |
Registers a command consumer.
|
|
RemoveCommandValueAt |
Removes the command value at specified index.
|
|
RemoveCommandValues |
Removes the command values identified by its full name.
|
|
SetCommandValue |
Set the command value identified by its full name, effectively replacing all current values with this full name.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Web.Commands.Spice Namespace