Inheritance Hierarchy
RainWorx.FrameWorx.UtilityHierarchyTKey, TValue
Namespace: RainWorx.FrameWorx.Utility
Assembly: RainWorx.FrameWorx.Utility (in RainWorx.FrameWorx.Utility.dll) Version: 3.5
Syntax
C#
public class Hierarchy<TKey, TValue> where TKey : Object, IComparable<TKey>, IEquatable<TKey>
Type Parameters
- TKey
- TValue
The HierarchyTKey, TValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Ancestors | |
![]() | ChildHierarchies | |
![]() | Children | |
![]() | Current | |
![]() | Depth | |
![]() | DescendantCount | |
![]() | Descendents | |
![]() | ItemTKey | |
![]() | ItemString, String | |
![]() | Lineage | |
![]() | LineageString | |
![]() | Parent | |
![]() | Root | |
![]() | Trees |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Generate | |
![]() ![]() | MergeHierarchies | |
![]() ![]() | MergeLineageStrings | |
![]() ![]() | MergeLists | |
![]() | ToLineageString |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also