IServiceManager Interface |
Namespace: SanteDB.Core.Services
The IServiceManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddServiceProvider(Object) |
Add the specified service provider
| |
| AddServiceProvider(Type) |
Add the specified service provider
| |
| CreateInjected(Type) |
Create a new, injected type | |
| CreateInjectedTObject |
Create a new injected instance of TObject | |
| CreateInjectedOfAllTType |
Creates injected instances of all TType | |
| GetAllTypes |
Gets the service contract types
| |
| GetServices |
Get all services
| |
| RemoveServiceProvider |
Removes a service provider
|