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


"

For a list of all members of this type, see NodeItemCollection members.

"

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