C# 클래스 SimpleMigrations.MigrationData

Class representing data about a migration
파일 보기 프로젝트 열기: canton7/SimpleMigrations 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MigrationData System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MigrationData ( ) : System

Creates the empty scheme migration

메소드 상세

MigrationData() 공개 메소드

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
리턴 System

ToString() 공개 메소드

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