Skip to content

HierarchyTreeElement

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class HierarchyTreeElement : TreeElement

No description is available for this type.

public string FilterKey { get; set; }

No description is available for this member.

Returns

System.String — No return description is available.

public string FilterValue { get; set; }

No description is available for this member.

Returns

System.String — No return description is available.

public int MatchCount { get; set; }

No description is available for this member.

Returns

System.Int32 — No return description is available.

public string FullPath { get; set; }

No description is available for this member.

Returns

System.String — No return description is available.

public HierarchyTreeElement()

No description is available for this member.

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