Static methods for dealing with hierarchies.
Inheritance Hierarchy
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static class Hierarchy
Public NotInheritable Class Hierarchy
public ref class Hierarchy abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Hierarchy = class end
The Hierarchy type exposes the following members.
Methods
| Name | Description |
---|
| FlattenT |
Takes the root object in a parent-child object and returns the collection of objects in the hierarchy.
|
TopSee Also