C# Class Simple.Migrator.Framework.MigrationAttribute

Describe a migration
Inheritance: System.Attribute
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
MigrationAttribute ( long version ) : System

Describe the migration

Method Details

MigrationAttribute() public méthode

Describe the migration
public MigrationAttribute ( long version ) : System
version long The unique version of the migration.
Résultat System