Provides extension methods for Hierarchy.Hierarchy to access and enumerate node type handlers.
| Method | Description |
|---|---|
| EnumerateNodeTypeHandlers | Enumerates all the HierarchyNodeTypeHandler instances used by this hierarchy. |
| GetEntityId | Get the entity id corresponding to the given hierarchy node. |
| GetEntityIds | Get the entity ids corresponding to the given hierarchy nodes. |
| GetNode | Get the hierarchy node corresponding to the given entity id. |
| GetNodes | Get the hierarchy nodes corresponding to the given entity ids. |
| GetNodeTypeHandler | Gets a HierarchyNodeTypeHandler instance from this hierarchy. |