C# 클래스 Disco.Data.Repository.DiscoDataSeeder

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UpdateDeviceModelConfiguration ( this Database ) : void
UpdateDeviceModelDuplicates ( this Database ) : void

메소드 상세

MigrateConfiguration() 공개 정적인 메소드

public static MigrateConfiguration ( this Database ) : void
Database this
리턴 void

MigratePreDomainObjects() 공개 정적인 메소드

public static MigratePreDomainObjects ( this Database ) : void
Database this
리턴 void

SeedDatabase() 공개 정적인 메소드

public static SeedDatabase ( this Database ) : void
Database this
리턴 void

SeedDeploymentId() 공개 정적인 메소드

public static SeedDeploymentId ( this Database ) : void
Database this
리턴 void

SeedDeviceModels() 공개 정적인 메소드

public static SeedDeviceModels ( this Database ) : void
Database this
리턴 void

SeedDeviceProfiles() 공개 정적인 메소드

public static SeedDeviceProfiles ( this Database ) : void
Database this
리턴 void

SeedJobSubTypes() 공개 정적인 메소드

public static SeedJobSubTypes ( this Database ) : void
Database this
리턴 void

SeedJobTypes() 공개 정적인 메소드

public static SeedJobTypes ( this Database ) : void
Database this
리턴 void