C# 클래스 BExIS.Ext.Model.DB.Migration

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
AfterDown ( ) : bool
AfterUp ( ) : bool
BeforeDown ( ) : bool
BeforeUp ( ) : bool
Down ( ) : bool
Install ( ) : bool

It should be done in conect of a single transaction! or even all the migrations of a version should be wrapped in one transaction

Uninstall ( ) : bool
Up ( ) : bool

메소드 상세

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

public abstract AfterDown ( ) : bool
리턴 bool

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

public abstract AfterUp ( ) : bool
리턴 bool

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

public abstract BeforeDown ( ) : bool
리턴 bool

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

public abstract BeforeUp ( ) : bool
리턴 bool

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

public abstract Down ( ) : bool
리턴 bool

Install() 공개 메소드

It should be done in conect of a single transaction! or even all the migrations of a version should be wrapped in one transaction
public Install ( ) : bool
리턴 bool

Uninstall() 공개 메소드

public Uninstall ( ) : bool
리턴 bool

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

public abstract Up ( ) : bool
리턴 bool