Property | Type | Description |
---|
Method | Description | |
---|---|---|
Command ( |
Initializes a new instance of the Command class using the specified context, command name, and parameters.
|
|
Command ( |
Initializes a new instance of the Command class using the specified context, element ID, command name, and parameters.
|
public Command ( |
||
context | The |
|
name | string | The name of the command. |
parameters | object | The parameters for the command. |
return | System |
public Command ( |
||
context | The |
|
elementId | string | The ID of the element to execute the command on. |
name | string | The name of the command. |
parameters | object | The parameters for the command. |
return | System |