TreeNodeNew Method |
Name | Description | |
---|---|---|
New(String, TreeProvider) |
Creates new instance of given class which must inherit TreeNode.
| |
NewNodeType(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.
| |
NewNodeType(String, DataRow, TreeProvider) |
Creates new instance of given class which must inherit specified node type and fill it with given data.
|