Click or drag to resize

IConfigurationPersister Interface

Configuration manager for the application

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

The IConfigurationPersister type exposes the following members.

Properties
  NameDescription
Public propertyApplicationDataDirectory
Application data directory
Public propertyIsConfigured
Returns true if SanteDB is configured
Top
Methods
  NameDescription
Public methodBackup
Backs up the configuration
Public methodHasBackup
Has a backup?
Public methodLoad
Load the configuration
Public methodRestore
Restore a backup
Public methodSave
Save the configuration to the default location
Top
See Also