Click or drag to resize

IConfigurationMigration Interface

Identifies a database migration script in code

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

The IConfigurationMigration type exposes the following members.

Properties
  NameDescription
Public propertyDescription
A human readable description of the migration
Public propertyId
Gets the identifier of the migration
Top
Methods
  NameDescription
Public methodInstall
Install the migration package
Top
See Also