C# Class Habanero.Test.Migrations.Migration_1_InitialDataStructure

Inheritance: FluentMigrator.Migration
Afficher le fichier Open project: Chillisoft/habanero Class Usage Examples

Méthodes publiques

Méthode Description
CreateContactPersonAddressTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person_address", string referencedContactPersonTableName = "contact_person" ) : void
CreateContactPersonTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person" ) : void
Down ( ) : void
Up ( ) : void

Method Details

CreateContactPersonAddressTable() public static méthode

public static CreateContactPersonAddressTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person_address", string referencedContactPersonTableName = "contact_person" ) : void
migrationBase FluentMigrator.MigrationBase
tableName string
referencedContactPersonTableName string
Résultat void

CreateContactPersonTable() public static méthode

public static CreateContactPersonTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person" ) : void
migrationBase FluentMigrator.MigrationBase
tableName string
Résultat void

Down() public méthode

public Down ( ) : void
Résultat void

Up() public méthode

public Up ( ) : void
Résultat void