DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Marks a component as configurable and passes the configuration object that is used to load the configurations handled. More...
Public Member Functions | |
void | Configure (IConfiguration config) |
Configures the component with the settings provided by the specified configuration object. More... | |
Properties | |
bool | IsConfigured [get] |
Gets a value indicating whether this instance was configured. More... | |
Marks a component as configurable and passes the configuration object that is used to load the configurations handled.
Definition at line 8 of file IConfigurable.cs.
void Deveel.Data.Configuration.IConfigurable.Configure | ( | IConfiguration | config | ) |
Configures the component with the settings provided by the specified configuration object.
config | The container of settings used to configure the object |
|
get |
Gets a value indicating whether this instance was configured.
This information prevents from calling the Configure method more than once.
true
if this instance is configured; otherwise, false
.
Definition at line 19 of file IConfigurable.cs.