ConfigAccessorGetValueByPath Method |
Name | Description | |
---|---|---|
![]() ![]() | GetValueByPath(ConfigNode, String) | Reads a value from config node by a path. |
![]() ![]() | GetValueByPath(ConfigNode, String) | Reads a value from config node by a path. |
![]() ![]() | GetValueByPathT(ConfigNode, String, AbstractOrdinaryValueTypeProto) |
Reads a value of an arbitrary type T from the config node.
|
![]() ![]() | GetValueByPathT(ConfigNode, String, AbstractOrdinaryValueTypeProto) |
Reads a value of an arbitrary type T from the config node.
|
![]() ![]() | GetValueByPathT(ConfigNode, String, T, AbstractOrdinaryValueTypeProto) |
Reads a value of arbitrary type T from a config node.
|
![]() ![]() | GetValueByPathT(ConfigNode, String, T, AbstractOrdinaryValueTypeProto) |
Reads a value of arbitrary type T from a config node.
|