|
|
DataTreeStructure Class |
Namespace: Karamba.Utilities
The DataTreeStructure type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTreeStructure | Initializes a new instance of the DataTreeStructure class |
| Name | Description | |
|---|---|---|
| Count | number of branches in the tree. | |
| Count(Int32) | number of items in a branch. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| setBranchCount | set the number of branches in the tree. | |
| setItemCount |
set the item count per branch.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| updateT |
update the structure of a data tree so that its number of branches matches the number of
entries in a given list. After update the count of each branch is at least 1.
|
| Name | Description | |
|---|---|---|
| item_count | number of items of each branch of the data tree. |
| Name | Description | |
|---|---|---|
| UpdateT | (Defined by ExtensionsUtilities.) |