HierarchyTreeElement
[Serializable]public sealed class HierarchyTreeElement : TreeElementNo description is available for this type.
Properties
Section titled “Properties”
FilterKey
Section titled “FilterKey”public string FilterKey { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
FilterValue
Section titled “FilterValue”public string FilterValue { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
MatchCount
Section titled “MatchCount”public int MatchCount { get; set; }No description is available for this member.
Returns
System.Int32 — No return description is available.
FullPath
Section titled “FullPath”public string FullPath { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
Constructors
Section titled “Constructors”
HierarchyTreeElement()
Section titled “HierarchyTreeElement()”public HierarchyTreeElement()No description is available for this member.
HierarchyTreeElement(string, int, int)
Section titled “HierarchyTreeElement(string, int, int)”public HierarchyTreeElement(string name, int depth, int id)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String | |
depth |
System.Int32 | |
id |
System.Int32 | |
HierarchyTreeElement(string, int, int, string, string, string, int)
Section titled “HierarchyTreeElement(string, int, int, string, string, string, int)”public HierarchyTreeElement(string name, int depth, int id, string filterKey, string filterValue, string fullPath, int matchCount)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String | |
depth |
System.Int32 | |
id |
System.Int32 | |
filterKey |
System.String | |
filterValue |
System.String | |
fullPath |
System.String | |
matchCount |
System.Int32 |