Click or drag to resize

imbDPTown Methods

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

The imbDPTown type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds the specified path with name.
(Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode)
Adds the specified newChild, if its name is not already occupied
(Inherited from graphNodeCustom.)
Public methodContainsKey
Determines whether the specified key contains key.
(Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCreateChildItem
Creates new child item and sets the name, but still do not add it. Used internally by [!:Add(String pathWithName)]
(Inherited from graphNodeCustom.)
Public methodDeployDataRow (Overrides imbDPBaseDeployDataRow(DataRow).)
Public methodEquals (Inherited from Object.)
Public methodgetChildNames
Gets the child names.
(Inherited from graphNodeBase.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from graphNodeBase.)
Public methodgetFirst
Gets the first.
(Inherited from graphNodeBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndex
Returns the index of this node at its parent node. If no parent: returns -1
(Inherited from graphNodeCustom.)
Public methodGetSibling
Gets the sibling, relative to this node, positioned at n places defined by direction. It is range-safe, in sense: if node index + direction is higher then number of siblings, it will return the last sibling.
(Inherited from graphNodeCustom.)
Public methodGetType (Inherited from Object.)
Public methodRemove(String)
Removes by the key specified
(Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString)
Removes all children with matching [!:graphNode.name]
(Inherited from graphNodeBase.)
Public methodRemoveByKey
Removes child matching the specified key, on no match returns false
(Inherited from graphNodeBase.)
Public methodToString (Inherited from Object.)
Top
See Also