Click or drag to resize

commandTreeNodeLevel Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.commands.tree
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public enum commandTreeNodeLevel
Request Example View Source
Members
  Member nameValueDescription
none0
root1
type2 Node represents one of types in inherence hierarchy
group3 The group: Node represents one of groups in command list of the type
command4 The command: Node represents a command in the type
plugin5 The sub type: property with execution capabilities
parameter6
module7
See Also