Overload List
| Name | Description | |
|---|---|---|
| New(String, TreeProvider) |
Creates new instance of given class which must inherit TreeNode.
| |
| New NodeType (String, IDataContainer, TreeProvider) |
Creates new instance of given class which must inherit specified node type and fill it with given data.
| |
| New(String, DataRow, TreeProvider) |
Creates new instance of given class which must inherit TreeNode and fill it with given data.
| |
| New NodeType (String, DataRow, TreeProvider) |
Creates new instance of given class which must inherit specified node type and fill it with given data.
|
See Also