DataTreeStructure Class

represents the structure of a data tree. A 2D data structure is assumed.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class DataTreeStructure
Inheritance
Object    DataTreeStructure

Constructors

DataTreeStructure Initializes a new instance of the DataTreeStructure class

Methods

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.

Fields

item_count number of items of each branch of the data tree.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)
UpdateT
(Defined by ExtensionsUtilities)

See Also