DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
RegistrationConfiguration (ServiceContainer container) | |
IRegistrationWithBindingConfiguration< TService, TImplementation > | To< TImplementation > () |
IRegistrationWithBindingConfiguration< TService, TImplementation > | ToInstance< TImplementation > (TImplementation instance) |
Properties | |
Type | ServiceType [get] |
ServiceContainer | Container [get, private set] |
bool | IsBound [get, set] |
Type | ImplementationType [get, set] |
object | ServiceKey [get, set] |
string | ScopeName [get, set] |
object | Instance [get, private set] |
Properties inherited from Deveel.Data.Services.IRegistrationConfigurationProvider | |
ServiceContainer | Container [get] |
Type | ServiceType [get] |
Type | ImplementationType [get] |
object | ServiceKey [get] |
string | ScopeName [get] |
object | Instance [get] |
Private Member Functions | |
void | AssertNotBound () |
Definition at line 171 of file ServiceContainer.cs.
|
inline |
Definition at line 172 of file ServiceContainer.cs.
|
inlineprivate |
Definition at line 195 of file ServiceContainer.cs.
|
inline |
Implements Deveel.Data.Services.IRegistrationConfiguration< TService >.
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 176 of file ServiceContainer.cs.
|
inline |
Implements Deveel.Data.Services.IRegistrationConfiguration< TService >.
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 183 of file ServiceContainer.cs.
|
getprivate set |
Definition at line 200 of file ServiceContainer.cs.
|
getset |
Definition at line 204 of file ServiceContainer.cs.
|
getprivate set |
Definition at line 210 of file ServiceContainer.cs.
|
getsetprivate |
Definition at line 202 of file ServiceContainer.cs.
|
getset |
Definition at line 208 of file ServiceContainer.cs.
|
getset |
Definition at line 206 of file ServiceContainer.cs.
|
get |
Definition at line 191 of file ServiceContainer.cs.