C# Class SimpleMigrations.MigrationData

Class representing data about a migration
Afficher le fichier Open project: canton7/SimpleMigrations Class Usage Examples

Private Properties

Свойство Type Description
MigrationData System

Méthodes publiques

Méthode Description
MigrationData ( long version, string description, Type type ) : System

Initialises a new instance of the MigrationData class

ToString ( ) : string

Returns a string representation of the object

Private Methods

Méthode Description
MigrationData ( ) : System

Creates the empty scheme migration

Method Details

MigrationData() public méthode

Initialises a new instance of the MigrationData class
public MigrationData ( long version, string description, Type type ) : System
version long Version of this migration
description string Description of this migration. May be null
type System.Type Type of class implementing this migration
Résultat System

ToString() public méthode

Returns a string representation of the object
public ToString ( ) : string
Résultat string