The DataLevelCollection type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of levels in the collection. |
![]() | Item Int32 | Gets the level at a given index. |
![]() | Item String | Gets the level with a given name. |
![]() | LeafLevel | Gets the leaf (lowest) level of the hierarchy. |
![]() | RootLevel | Gets the root (highest) level of the hierarchy. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable GetEnumerator |
Returns an enumerator that iterates through a collection.
|
See Also