Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Simple
Migrator
Fluent
FluentMigration
C# 클래스 Simple.Migrator.Fluent.FluentMigration
상속:
Simple.Migrator.Framework.Migration
파일 보기
프로젝트 열기: juanplopes/simple
공개 메소드들
메소드
설명
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