Click or drag to resize

IServiceFactory Interface

Represents a service factory which is capable of creating services

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IServiceFactory : IServiceImplementation

The IServiceFactory type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodTryCreateService(Type, Object) Try to create specified service
Public methodTryCreateServiceTService(TService) Try to create the specified service
Top
See Also