C# Class SimpleMigrations.MigrationData

Class representing data about a migration
ファイルを表示 Open project: canton7/SimpleMigrations Class Usage Examples

Private Properties

Property Type Description
MigrationData System

Public Methods

Method 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

Method Description
MigrationData ( ) : System

Creates the empty scheme migration

Method Details

MigrationData() public method

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
return System

ToString() public method

Returns a string representation of the object
public ToString ( ) : string
return string