C# Class BExIS.Ext.Model.DB.Migration

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
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

Method Details

AfterDown() public abstract méthode

public abstract AfterDown ( ) : bool
Résultat bool

AfterUp() public abstract méthode

public abstract AfterUp ( ) : bool
Résultat bool

BeforeDown() public abstract méthode

public abstract BeforeDown ( ) : bool
Résultat bool

BeforeUp() public abstract méthode

public abstract BeforeUp ( ) : bool
Résultat bool

Down() public abstract méthode

public abstract Down ( ) : bool
Résultat bool

Install() public méthode

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
Résultat bool

Uninstall() public méthode

public Uninstall ( ) : bool
Résultat bool

Up() public abstract méthode

public abstract Up ( ) : bool
Résultat bool