Class ActivateStagingCommand
Class ActivateStagingCommand.
Inherited Members
Namespace: Unity.Industrial.Forma.Staging.Hotspots
Syntax
public class ActivateStagingCommand : HotspotAction
Methods
CanExecute()
Determines whether this instance can execute.
Declaration
protected bool CanExecute()
Returns
| Type | Description |
|---|---|
| Boolean |
|
ExecuteCommand(CommandContext)
Executes the command.
Declaration
protected override IEnumerator ExecuteCommand(CommandContext commandContext)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | commandContext | The command context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |
Overrides
ExecuteCommandEditor(CommandContext)
Executes the command editor.
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext commandContext)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandContext | commandContext | The command context. |
Returns
| Type | Description |
|---|---|
| IEnumerator | IEnumerator. |