Click or drag to resize

IConfigurationTarget Interface

Configuration target which can receive a pushed configuration

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IConfigurationTarget

The IConfigurationTarget type exposes the following members.

Properties
  NameDescription
Public propertyInvariant
Gets the invariant for this software (openmrs, dhis2, etc.)
Top
Methods
  NameDescription
Public methodPushConfiguration
Push configuration to the remote target
Top
See Also