C# Class Zetbox.Server.SchemaManagement.MigrationFragments.DemoClassMigrationFragment

Inheritance: IClassMigrationFragment
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
PostMigration ( API db, System.App oldClass, System.App newClass ) : void
PreMigration ( API db, System.App oldClass, System.App newClass ) : bool

Method Details

PostMigration() public méthode

public PostMigration ( API db, System.App oldClass, System.App newClass ) : void
db API
oldClass System.App
newClass System.App
Résultat void

PreMigration() public méthode

public PreMigration ( API db, System.App oldClass, System.App newClass ) : bool
db API
oldClass System.App
newClass System.App
Résultat bool