Initializes a new instance of the MigrationInfo class.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.0.0)

Syntax

C#
public MigrationInfo(
	MigrationVersion version,
	string name,
	string description
)
Visual Basic (Declaration)
Public Sub New ( _
	version As MigrationVersion, _
	name As String, _
	description As String _
)

Parameters

version
Type: Mindscape.NHibernateModelDesigner.Migrations..::.MigrationVersion
The version of the migration.
name
Type: System..::.String
The name of the migration.
description
Type: System..::.String
The description of the migration.

See Also