Assembly: OptimaJet.Workflow.Migrator

Class ProductVersionAttribute

OptimaJet.Workflow.Migrator.ProductVersionAttribute

Attribute for a migration

public class ProductVersionAttribute : Attribute

Type Hierarchy

  • Attribute
    • ProductVersionAttribute Current type

Constructors

public ProductVersionAttribute(string productName, string productVersion) #
Initializes a new instance of the ProductVersionAttribute class.

Parameters

Name
Type
Description
productName
String
The product name.
productVersion
String
The product version in which the migration was introduced.

Properties

public string ProductName { get; } #
The product name.
public string ProductVersion { get; } #
The product version in which the migration was introduced.