ParameterConfigurationService

Implements a service that scans the application context packages for parameter configuration and construct a parameter configuration tree to by used by a IParameterProvider.

Namespace:
Inetdev.Parameters
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object

Constructors

ParameterConfigurationService

Default constructor

Signature:
public Void ParameterConfigurationService()

Methods

BuildParameterTree

Builds a parameter tree appending it to the provided root node.

Signature:
public Void BuildParameterTree(root)
Parameters
Name Type Summary
root IParameterTreeNode The root node where the tree will be constructed.
Exceptions
Type Summary
ArgumentNullException Thrown when root is null.
ParameterConfigurationException Thrown when there are errors while building the tree.