|
Pip-Services-Commons-Dotnet
|
An interface to set configuration parameters to an object. More...
Public Member Functions | |
| void | Configure (ConfigParams config) |
| Configures object by passing configuration parameters. More... | |
An interface to set configuration parameters to an object.
It can be added to any existing class by implementing a single Configure() method.
If you need to emphasis the fact that Configure() method can be called multiple times to change object configuration in runtime, use IReconfigurable interface instead.
See ConfigParams
| void PipServices3.Commons.Config.IConfigurable.Configure | ( | ConfigParams | config | ) |
Configures object by passing configuration parameters.
| config | configuration parameters to be set. |
Implemented in PipServices3.Commons.Refer.DependencyResolver.
1.8.13