Click or drag to resize

commandTree Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Command tree
Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNode
      imbACE.Core.commands.treecommandTreeDescription
        imbACE.Core.commands.treecommandTree

Namespace:  imbACE.Core.commands.tree
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class commandTree : commandTreeDescription
Request Example View Source

The commandTree type exposes the following members.

Constructors
  NameDescription
Public methodcommandTree
Initializes a new instance of the commandTree class
Top
Properties
  NameDescription
Public propertycategory (Inherited from commandTreeDescription.)
Public propertydescription
Human-readable description of object instance
(Inherited from commandTreeDescription.)
Public propertyflatAccess
Flat dictionary of all commands
Public propertyforTreeview (Inherited from graphNode.)
Public propertyhelpLines (Inherited from commandTreeDescription.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNode.)
Public propertylevel (Inherited from graphNodeBase.)
Public propertymemberMeta (Inherited from commandTreeDescription.)
Public propertymenuMeta (Inherited from commandTreeDescription.)
Public propertymodules
Class properties that are not [!:imbACE.Services.operations.IAceOperationSetExecutor]
Public propertyname (Inherited from graphNodeBase.)
Public propertynodeLevel (Inherited from commandTreeDescription.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Overrides graphNodeBase.path.)
Public propertypathSeparator (Inherited from commandTreeDescription.)
Public propertyplugins
ValueType properties that may be directly assigned
Public propertyproperties
ValueType properties that may be directly assigned
Public propertyroot (Inherited from graphNodeBase.)
Public propertyshortCuts
Top
Methods
  NameDescription
Public methodAdd(IGraphNode) (Inherited from graphNode.)
Public methodAdd(String) (Inherited from commandTreeDescription.)
Public methodAdd(commandTreeDescription, String) (Inherited from commandTreeDescription.)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetCommands
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Public Extension MethodReportCommandDesc (Defined by commandTreeReportTools.)
Public Extension MethodReportCommandNode (Defined by commandTreeReportTools.)
Public Extension MethodReportCommandTree
Reports the command tree.
(Defined by commandTreeReportTools.)
Top
See Also