Click or drag to resize

commandTreeDescription Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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 commandTreeDescription : graphNode, 
	IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName
Request Example View Source

The commandTreeDescription type exposes the following members.

Constructors
  NameDescription
Public methodcommandTreeDescription
Initializes a new instance of the commandTreeDescription class
Public methodcommandTreeDescription(String, graphNode)
Initializes a new instance of the commandTreeDescription class
Top
Properties
  NameDescription
Public propertycategory
Public propertydescription
Human-readable description of object instance
Public propertyforTreeview (Inherited from graphNode.)
Public propertyhelpLines
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNode.)
Public propertylevel (Inherited from graphNodeBase.)
Public propertymemberMeta
Public propertymenuMeta
Public propertyname (Inherited from graphNodeBase.)
Public propertynodeLevel
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Overrides graphNodeBase.pathSeparator.)
Public propertyroot (Inherited from graphNodeBase.)
Top
Methods
  NameDescription
Public methodAdd(IGraphNode) (Inherited from graphNode.)
Public methodAdd(String)
Public methodAdd(commandTreeDescription, String)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodgetChildNames (Inherited from graphNodeBase.)
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
See Also