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: 2.2.1
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