Class WorkflowEngineMigrationAttribute
OptimaJet.Workflow.Migrator.WorkflowEngineMigrationAttribute
Attribute for a migration.
Namespace: OptimaJet.Workflow.Migrator
public class WorkflowEngineMigrationAttribute : AttributeType Hierarchy
- Attribute
- WorkflowEngineMigrationAttribute Current type
Constructors
public WorkflowEngineMigrationAttribute(string script) #Initializes a new instance of the WorkflowEngineMigrationAttribute class.
Parameters
Name
Type
Description
scriptStringThe full name of the SQL script.
Properties
public string Script { get; } #The full name of the SQL script.