 | 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
Syntaxpublic interface IConfigurationMigration
Public Interface IConfigurationMigration
public interface class IConfigurationMigration
type IConfigurationMigration = interface end
The IConfigurationMigration type exposes the following members.
Properties
| Name | Description |
---|
 | Description |
A human readable description of the migration
|
 | Id |
Gets the identifier of the migration
|
Top
Methods
| Name | Description |
---|
 | Install |
Install the migration package
|
Top
See Also