Skip to content

Interface IDatabaseMigrationContributor

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Contributes one or more database-migration descriptors to the active Cephalon runtime.

public interface IDatabaseMigrationContributor

Describes the database-migration targets that should appear in the active runtime catalog.

IReadOnlyList<DatabaseMigrationDescriptor> DescribeDatabaseMigrations()

IReadOnlyList<DatabaseMigrationDescriptor>

The migration descriptors contributed by the current provider or module pack.