Workflow Engine .NET

Assembly: OptimaJet.Workflow.Migrator

Interface IMigratable

OptimaJet.Workflow.Migrator.IMigratable

Provides methods for configuring FluentMigrator to run provider migrations.

public interface IMigratable

Methods

void ConfigureMigrations(IMigrationRunnerBuilder builder, Assembly? assembly = null) #
Configures FluentMigrator to run the migration from the provided assembly.

Parameters

Name
Type
Description
builder
IMigrationRunnerBuilder
The instance of the interface for configuring migration runner services.
assembly
Assembly
The assembly with migrations.