Assembly: OptimaJet.Workflow.Migrator

Class WorkflowEngineMigrationAttribute

OptimaJet.Workflow.Migrator.WorkflowEngineMigrationAttribute

Attribute for a migration.

public class WorkflowEngineMigrationAttribute : Attribute

Type Hierarchy

  • Attribute
    • WorkflowEngineMigrationAttribute Current type

Constructors

public WorkflowEngineMigrationAttribute(string script) #
Initializes a new instance of the WorkflowEngineMigrationAttribute class.

Parameters

Name
Type
Description
script
String
The full name of the SQL script.

Properties

public string Script { get; } #
The full name of the SQL script.