Click or drag to resize

IServiceImplementation Interface

Defines a basic marker class for all service implementations

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

The IServiceImplementation type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
Top
Remarks

The IServiceImplementation interface is used to denote a class which implements a service. There is no rule which would preclude plugins from defining services which do not extend this base interface, however the presence of a common ServiceName property is useful for reflecting the current state of the application host context.

See Also