C# 클래스 Pilgrim.FluentMigration

상속: Migration
파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
BuildSchema ( ) : SchemaAction
Down ( ) : void
Down ( SchemaAction schema ) : void
ExecuteSchema ( SchemaAction action ) : void
Up ( ) : void
Up ( SchemaAction schema ) : void

메소드 상세

BuildSchema() 공개 메소드

public BuildSchema ( ) : SchemaAction
리턴 SchemaAction

Down() 공개 메소드

public Down ( ) : void
리턴 void

Down() 공개 추상적인 메소드

public abstract Down ( SchemaAction schema ) : void
schema SchemaAction
리턴 void

ExecuteSchema() 공개 메소드

public ExecuteSchema ( SchemaAction action ) : void
action SchemaAction
리턴 void

Up() 공개 메소드

public Up ( ) : void
리턴 void

Up() 공개 추상적인 메소드

public abstract Up ( SchemaAction schema ) : void
schema SchemaAction
리턴 void