Pip-Services-Commons-Dotnet
|
An interface to set configuration parameters to an object. More...
Additional Inherited Members | |
![]() | |
void | Configure (ConfigParams config) |
Configures object by passing configuration parameters. More... | |
An interface to set configuration parameters to an object.
It is similar to IConfigurable interface, but emphasizes the fact that Configure()
method can be called more than once to change object configuration in runtime.
See IConfigurable