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