Implements a service that scans the application context packages for parameter configuration and construct a parameter configuration tree to by used by a IParameterProvider.
Default constructor
public Void ParameterConfigurationService()
Builds a parameter tree appending it to the provided root node.
public Void BuildParameterTree(root)
Name | Type | Summary |
---|---|---|
root | IParameterTreeNode | The root node where the tree will be constructed. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when root is null. |
ParameterConfigurationException | Thrown when there are errors while building the tree. |
In this document