dbicList Send comments on this topic.
NodeItemCollection Class Members
See Also  Properties  Methods 
dbicBase Assembly > Dbi.WinControl Namespace : NodeItemCollection Class


"

The following tables list the members exposed by NodeItemCollection.

"

Public Constructors

 NameDescription
public ConstructorNodeItemCollection ConstructorInitializes a new instance of the NodeItemCollection class.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyControlGets the control this NodeItem is attached to.  
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemDetermines the node item at a specific location in the collection.  
public PropertyParentGets the parent node for this node item. Will return nothing if this node is the parent node.  
Top

Public Methods

 NameDescription
public MethodAddOverloaded. Adds a new node to the collection  
public MethodAddRangeAdds multiple node items to the list.  
public MethodClearThis method will remove all the items from the collection.  To remove a single item, use Remove Method.  
public MethodCopyTo

Copies the NodeItem elements to a one-dimensional Array instance at the specified index.

 
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the index of a specified item in the collection based on the dbiNodeItem parameter.  
public MethodInsertInserts a new dbiNodeItem object into the collection.  
public MethodRemoveRemoves an item from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
public MethodSortOverloaded. Sorts the items within the collection.  
public MethodWriteXMLFileWrites the data in the collection to an xml file.  
Top

See Also