Class that holds elements of ICategorizable.
Property | Description |
---|---|
children | The children of the node. |
data | The internal data that is being handled by the node. |
description | The description, obtained from the ElementInfoAttribute. |
helpUrl | The help url obtained from HelpURLAttribute. |
name | The name, obtained from the ElementInfoAttribute. |
order | The order, obtained from the ElementInfoAttribute. |
parent | The parent node. For category nodes, the parent is null. |
type | The type of the data inside the node. |
Constructor | Description |
---|---|
Node_1 | Constructor of the node element with the given attribute. |