commandTreeNodeLevel Enumeration |
Namespace: imbACE.Core.commands.tree
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| root | 1 | ||
| type | 2 | Node represents one of types in inherence hierarchy | |
| group | 3 | The group: Node represents one of groups in command list of the type | |
| command | 4 | The command: Node represents a command in the type | |
| plugin | 5 | The sub type: property with execution capabilities | |
| parameter | 6 | ||
| module | 7 |