[This is preliminary documentation and is subject to change.]
The IConfigAttrNode type exposes the following members.Methods
Properties
Name | Description | |
---|---|---|
![]() | Configuration |
References configuration this node is under
(Inherited from IConfigNode.) |
![]() | EvaluatedValue |
Returns null or value of this node with all variables evaluated
(Inherited from IConfigNode.) |
![]() | Exists |
Determines whether this node really exists in configuration or is just a sentinel empty node
(Inherited from IConfigNode.) |
![]() | Name | (Inherited from INamed.) |
![]() | Parent |
References parent node or empty node if this is the top-most node with no parent
(Inherited from IConfigNode.) |
![]() | RootPath |
Returns a path from root to this node
(Inherited from IConfigNode.) |
![]() | Value |
Returns null or value of this node with all variables evaluated
(Inherited from IConfigNode.) |
![]() | VerbatimValue |
Returns varbatim (without variable evaluation) node value or null
(Inherited from IConfigNode.) |
See Also