Click or drag to resize

imbMCDocumentRepositorium Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbMiningContext.MCDocumentStructure.imbMCDocumentRepositorium"]

Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNodeCustom
      imbMiningContext.MCDocumentStructureimbMCDocumentElement
        imbMiningContext.MCDocumentStructureimbMCDocumentRepositorium

Namespace:  imbMiningContext.MCDocumentStructure
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class imbMCDocumentRepositorium : imbMCDocumentElement

The imbMCDocumentRepositorium type exposes the following members.

Constructors
  NameDescription
Public methodimbMCDocumentRepositorium
Initializes a new instance of the imbMCDocumentRepositorium class
Top
Properties
  NameDescription
Public propertycontent
Text content of the element
(Inherited from imbMCDocumentElement.)
Public propertyforTreeview
String representetation of the node
(Inherited from graphNodeCustom.)
Public propertyhtmlNode (Inherited from imbMCDocumentElement.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem
Returns node by ordinal index
(Inherited from graphNodeCustom.)
Public propertyItem
Accessing the child nodes using child node name
(Inherited from graphNodeCustom.)
Public propertylevel
Gets the depth level, where 1 is the root
(Inherited from graphNodeBase.)
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from graphNodeBase.)
Public propertyparent
Referenca prema parent objektu
(Inherited from graphNodeBase.)
Public propertypath
Putanja objekta
(Inherited from graphNodeBase.)
Public propertypathSeparator
Gets the path separator used in this path format - if its not set it will look for parent's default path separator to set it. If there is no parent, it will use defaultPathSeparator
(Inherited from graphNodeBase.)
Public propertyposition
char position at parent string-type document element
(Inherited from imbMCDocumentElement.)
Public propertyroot
Gets the root.
(Inherited from graphNodeBase.)
Public propertywebRepository
Top
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 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
Extension Methods
See Also