Method | Description | |
---|---|---|
CountRemaining ( int expanded ) : int | ||
CreateHierarchyPropertyForFilter ( |
||
FilteredHierarchyProperty ( |
||
Find ( int _instanceID, int expanded ) : bool | ||
FindAllAncestors ( int instanceIDs ) : int[] | ||
IsExpanded ( int expanded ) : bool | ||
Next ( int expanded ) : bool | ||
NextWithDepthCheck ( int expanded, int minDepth ) : bool | ||
Parent ( ) : bool | ||
Previous ( int expanded ) : bool | ||
Reset ( ) : void | ||
Skip ( int count, int expanded ) : bool |
public static CreateHierarchyPropertyForFilter ( |
||
filteredHierarchy | ||
return | IHierarchyProperty |
public FilteredHierarchyProperty ( |
||
filter | ||
return | System |
public Find ( int _instanceID, int expanded ) : bool | ||
_instanceID | int | |
expanded | int | |
return | bool |
public FindAllAncestors ( int instanceIDs ) : int[] | ||
instanceIDs | int | |
return | int[] |
public NextWithDepthCheck ( int expanded, int minDepth ) : bool | ||
expanded | int | |
minDepth | int | |
return | bool |
public Skip ( int count, int expanded ) : bool | ||
count | int | |
expanded | int | |
return | bool |