Definition at line 20 of file ServiceRegistration.cs.
Deveel.Data.Services.ServiceRegistration.ServiceRegistration |
( |
Type |
serviceType, |
|
|
Type |
implementationType |
|
) |
| |
|
inline |
Definition at line 23 of file ServiceRegistration.cs.
24 if (serviceType == null)
25 throw new ArgumentNullException(
"serviceType");
26 if (implementationType == null)
27 throw new ArgumentNullException(
"implementationType");
29 if (!serviceType.IsAssignableFrom(implementationType))
30 throw new ArgumentException(
31 String.Format(
"The implementation type '{0} is not assignable from the service type '{1}'.",
32 implementationType, serviceType));
A long string in the system.
object Deveel.Data.Services.ServiceRegistration.instance |
|
private |
Type Deveel.Data.Services.ServiceRegistration.ImplementationType |
|
getprivate set |
object Deveel.Data.Services.ServiceRegistration.Instance |
|
getset |
string Deveel.Data.Services.ServiceRegistration.Scope |
|
getset |
object Deveel.Data.Services.ServiceRegistration.ServiceKey |
|
getset |
Type Deveel.Data.Services.ServiceRegistration.ServiceType |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Services/ServiceRegistration.cs