T The HierarchyNodeTypeHandler.
Gets a HierarchyNodeTypeHandler instance from this hierarchy.
Use this method to retrieve a specific HierarchyNodeTypeHandler when you know the exact type at compile time.
| Parameter | Description |
|---|---|
| hierarchy | The Hierarchy.Hierarchy to get the HierarchyNodeTypeHandler from. |
| node | The Hierarchy.HierarchyNode to get the HierarchyNodeTypeHandler for. |
HierarchyNodeTypeHandler The HierarchyNodeTypeHandler.
Gets the HierarchyNodeTypeHandler instance for the specified node from this hierarchy.
Use this method to retrieve a specific HierarchyNodeTypeHandler instance from a specific Hierarchy.HierarchyNode.
| Parameter | Description |
|---|---|
| hierarchyViewModel | The hierarchy view model. |
| node | The hierarchy node. |
HierarchyNodeTypeHandler The hierarchy node the handler.
Get the node type handler instance for the specified node from this hierarchy.
| Parameter | Description |
|---|---|
| hierarchy | The Hierarchy.Hierarchy to get the HierarchyNodeTypeHandler from. |
| nodeTypeName | The node type name to get the HierarchyNodeTypeHandler for. |
HierarchyNodeTypeHandler The HierarchyNodeTypeHandler.
Gets the HierarchyNodeTypeHandler instance for the specified node type name from this hierarchy.
Use this method to retrieve a specific HierarchyNodeTypeHandler instance from a node type name.