DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Configuration.IConfigurable Interface Reference

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...
 

Detailed Description

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.

Member Function Documentation

void Deveel.Data.Configuration.IConfigurable.Configure ( IConfiguration  config)

Configures the component with the settings provided by the specified configuration object.

Parameters
configThe container of settings used to configure the object
See also
IConfiguration

Property Documentation

bool Deveel.Data.Configuration.IConfigurable.IsConfigured
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.


The documentation for this interface was generated from the following file: