C# Class Disco.Data.Repository.DiscoDataSeeder

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
MigrateConfiguration ( this Database ) : void
MigratePreDomainObjects ( this Database ) : void
SeedDatabase ( this Database ) : void
SeedDeploymentId ( this Database ) : void
SeedDeviceModels ( this Database ) : void
SeedDeviceProfiles ( this Database ) : void
SeedJobSubTypes ( this Database ) : void
SeedJobTypes ( this Database ) : void

Private Methods

Méthode Description
UpdateDeviceModelConfiguration ( this Database ) : void
UpdateDeviceModelDuplicates ( this Database ) : void

Method Details

MigrateConfiguration() public static méthode

public static MigrateConfiguration ( this Database ) : void
Database this
Résultat void

MigratePreDomainObjects() public static méthode

public static MigratePreDomainObjects ( this Database ) : void
Database this
Résultat void

SeedDatabase() public static méthode

public static SeedDatabase ( this Database ) : void
Database this
Résultat void

SeedDeploymentId() public static méthode

public static SeedDeploymentId ( this Database ) : void
Database this
Résultat void

SeedDeviceModels() public static méthode

public static SeedDeviceModels ( this Database ) : void
Database this
Résultat void

SeedDeviceProfiles() public static méthode

public static SeedDeviceProfiles ( this Database ) : void
Database this
Résultat void

SeedJobSubTypes() public static méthode

public static SeedJobSubTypes ( this Database ) : void
Database this
Résultat void

SeedJobTypes() public static méthode

public static SeedJobTypes ( this Database ) : void
Database this
Résultat void