Click or drag to resize

IDataMigration Interface

A special migration that requires database access

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

The IDataMigration type exposes the following members.

Properties
  NameDescription
Public propertyDescription
A human readable description of the migration
(Inherited from IConfigurationMigration.)
Public propertyId
Gets the identifier of the migration
(Inherited from IConfigurationMigration.)
Top
Methods
  NameDescription
Public methodInstall
Install the migration package
(Inherited from IConfigurationMigration.)
Top
See Also