DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb
Deveel.Data.Configuration
IConfigurable.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Deveel
.Data.Configuration {
8
public
interface
IConfigurable
{
19
bool
IsConfigured {
get
; }
20
28
void
Configure(
IConfiguration
config);
29
}
30
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Configuration.IConfigurable
Marks a component as configurable and passes the configuration object that is used to load the config...
Definition:
IConfigurable.cs:8
Deveel.Data.Configuration.IConfiguration
Defines the contract for the configuration node of a component within the system or of the system its...
Definition:
IConfiguration.cs:33
Generated by
1.8.10