DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Static Public Member Functions | |
static object | Resolve (this IScope scope, Type serviceType) |
static TService | Resolve< TService > (this IScope scope, object serviceKey) |
static TService | Resolve< TService > (this IScope scope) |
static IEnumerable< TService > | ResolveAll< TService > (this IScope scope) |
static void | Register (this IScope scope, Type serviceType, Type implementationType, object serviceKey) |
static void | Register (this IScope scope, Type serviceType) |
static void | Register (this IScope scope, Type serviceType, object serviceKey) |
static void | Register< TService, TImplementation > (this IScope scope, object serviceKey) |
static void | Register< TService, TImplementation > (this IScope scope) |
static void | Register< TService > (this IScope scope, object serviceKey) |
static void | Register< TService > (this IScope scope) |
static void | RegisterInstance (this IScope scope, Type serviceType, object instance) |
static void | RegisterInstance (this IScope scope, Type serviceType, object instance, object serviceKey) |
static void | RegisterInstance< TService > (this IScope scope, TService instance) |
static void | RegisterInstance< TService > (this IScope scope, TService instance, object serviceKey) |
static bool | Unregister (this IScope scope, Type serviceType) |
static bool | Unregister< TService > (this IScope scope, object serviceKey) |
static bool | Unregister< TService > (this IScope scope) |
static void | Replace (this IScope scope, Type serviceType, Type implementationType) |
static void | Replace (this IScope scope, Type serviceType, Type implementationType, object serviceKey) |
static void | Replace< TService, TImplementation > (this IScope scope) |
static void | Replace< TService, TImplementation > (this IScope scope, object serviceKey) |
Definition at line 23 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 40 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 46 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 50 of file ScopeExtensions.cs.
|
inlinestatic |
TService | : | class |
Definition at line 75 of file ScopeExtensions.cs.
|
inlinestatic |
TService | : | class |
Definition at line 80 of file ScopeExtensions.cs.
|
inlinestatic |
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 65 of file ScopeExtensions.cs.
|
inlinestatic |
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 70 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 85 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 89 of file ScopeExtensions.cs.
|
inlinestatic |
TService | : | class |
Definition at line 102 of file ScopeExtensions.cs.
|
inlinestatic |
TService | : | class |
Definition at line 106 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 127 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 131 of file ScopeExtensions.cs.
|
inlinestatic |
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 136 of file ScopeExtensions.cs.
|
inlinestatic |
TImplementation | : | class | |
TImplementation | : | TService |
Definition at line 141 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 24 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 28 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 32 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 36 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 115 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 119 of file ScopeExtensions.cs.
|
inlinestatic |
Definition at line 123 of file ScopeExtensions.cs.