Click or drag to resize

DataTreeStructure Class

represents the structure of a data tree. A 2D data structure is assumed
Inheritance Hierarchy
SystemObject
  Karamba.UtilitiesDataTreeStructure

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DataTreeStructure

The DataTreeStructure type exposes the following members.

Constructors
  NameDescription
Public methodDataTreeStructure
Initializes a new instance of the DataTreeStructure class
Top
Methods
  NameDescription
Public methodCount
number of branches in the tree
Public methodCount(Int32)
number of items in a branch
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsetBranchCount
set the number of branches in the tree
Public methodsetItemCount
set the item count per branch
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodupdateT
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
Top
Fields
  NameDescription
Public fielditem_count
number of items of each branch of the data tree
Top
Extension Methods
See Also