Свойство | Type | Description | |
---|---|---|---|
ActionCompositeConfiguration | System | ||
CheckAndOptimize | bool | ||
CloneComposite | |||
Override | void |
Méthode | Description | |
---|---|---|
CheckValidity ( string routeName, IActivityMonitor monitor ) : bool |
Checks that children are valid (action's name must be unique).
|
|
Clone ( ) : ActionConfiguration |
Clones this composite.
|
Méthode | Description | |
---|---|---|
ActionCompositeConfiguration ( string name, bool isParallel ) : System |
Protected constructor.
|
|
Add ( ActionConfiguration action ) : void |
Adds an ActionConfiguration to this composite.
|
Méthode | Description | |
---|---|---|
ActionCompositeConfiguration ( |
||
CheckAndOptimize ( IActivityMonitor monitor ) : bool | ||
CloneComposite ( bool cloneCompositeOnly ) : |
||
Override ( int idx, ActionConfiguration action ) : void |
Overrides (replaces) an ActionConfiguration at a specified index.
|
protected ActionCompositeConfiguration ( string name, bool isParallel ) : System | ||
name | string | Action's name. |
isParallel | bool | Whether this composite is a parallel. |
Résultat | System |
protected Add ( ActionConfiguration action ) : void | ||
action | ActionConfiguration | The action to add. |
Résultat | void |
public CheckValidity ( string routeName, IActivityMonitor monitor ) : bool | ||
routeName | string | Name of the route that references this action. |
monitor | IActivityMonitor | Monitor to report errors. |
Résultat | bool |