|
| | ApplicationDbContext (DbContextOptions< ApplicationDbContext > options) |
| | Initializes a new instance of the DbContext class using the specified options. The M:Microsoft.EntityFrameworkCore.DbContext.OnConfiguring(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder) method will still be called to allow further configuration of the options. Mais...
|
| |
|
| DbSet< Area > | Areas [get, set] |
| |
| DbSet< Activity > | Activities [get, set] |
| |
| DbSet< ActivityType > | ActivityTypes [get, set] |
| |
| DbSet< AssistanceType > | AssistanceTypes [get, set] |
| |
| DbSet< Campus > | Campuses [get, set] |
| |
| DbSet< Course > | Courses [get, set] |
| |
| DbSet< MainArea > | MainAreas [get, set] |
| |
| DbSet< Notice > | Notices [get, set] |
| |
| DbSet< Professor > | Professors [get, set] |
| |
| DbSet< Project > | Projects [get, set] |
| |
| DbSet< ProjectActivity > | ProjectActivities [get, set] |
| |
| DbSet< ProjectEvaluation > | ProjectEvaluations [get, set] |
| |
| DbSet< ProjectFinalReport > | ProjectFinalReports [get, set] |
| |
| DbSet< ProjectPartialReport > | ProjectPartialReports [get, set] |
| |
| DbSet< ProgramType > | ProgramTypes [get, set] |
| |
| DbSet< Student > | Students [get, set] |
| |
| DbSet< StudentDocuments > | StudentDocuments [get, set] |
| |
| DbSet< SubArea > | SubAreas [get, set] |
| |
| DbSet< User > | Users [get, set] |
| |
◆ ApplicationDbContext()
| Infrastructure.Persistence.Context.ApplicationDbContext.ApplicationDbContext |
( |
DbContextOptions< ApplicationDbContext > |
options | ) |
|
|
inline |
Initializes a new instance of the DbContext class using the specified options. The M:Microsoft.EntityFrameworkCore.DbContext.OnConfiguring(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder) method will still be called to allow further configuration of the options.
See DbContext lifetime, configuration, and initialization
and Using DbContextOptions
for more information and examples.
- Parâmetros
-
| options | The options for this context. |
◆ OnConfiguring()
| override void Infrastructure.Persistence.Context.ApplicationDbContext.OnConfiguring |
( |
DbContextOptionsBuilder |
optionsBuilder | ) |
|
|
protected |
◆ OnModelCreating()
| override void Infrastructure.Persistence.Context.ApplicationDbContext.OnModelCreating |
( |
ModelBuilder |
builder | ) |
|
|
inlineprotected |
◆ Activities
| DbSet<Activity> Infrastructure.Persistence.Context.ApplicationDbContext.Activities |
|
getset |
◆ ActivityTypes
| DbSet<ActivityType> Infrastructure.Persistence.Context.ApplicationDbContext.ActivityTypes |
|
getset |
◆ Areas
| DbSet<Area> Infrastructure.Persistence.Context.ApplicationDbContext.Areas |
|
getset |
◆ AssistanceTypes
| DbSet<AssistanceType> Infrastructure.Persistence.Context.ApplicationDbContext.AssistanceTypes |
|
getset |
◆ Campuses
| DbSet<Campus> Infrastructure.Persistence.Context.ApplicationDbContext.Campuses |
|
getset |
◆ Courses
| DbSet<Course> Infrastructure.Persistence.Context.ApplicationDbContext.Courses |
|
getset |
◆ MainAreas
| DbSet<MainArea> Infrastructure.Persistence.Context.ApplicationDbContext.MainAreas |
|
getset |
◆ Notices
| DbSet<Notice> Infrastructure.Persistence.Context.ApplicationDbContext.Notices |
|
getset |
◆ Professors
| DbSet<Professor> Infrastructure.Persistence.Context.ApplicationDbContext.Professors |
|
getset |
◆ ProgramTypes
| DbSet<ProgramType> Infrastructure.Persistence.Context.ApplicationDbContext.ProgramTypes |
|
getset |
◆ ProjectActivities
| DbSet<ProjectActivity> Infrastructure.Persistence.Context.ApplicationDbContext.ProjectActivities |
|
getset |
◆ ProjectEvaluations
| DbSet<ProjectEvaluation> Infrastructure.Persistence.Context.ApplicationDbContext.ProjectEvaluations |
|
getset |
◆ ProjectFinalReports
| DbSet<ProjectFinalReport> Infrastructure.Persistence.Context.ApplicationDbContext.ProjectFinalReports |
|
getset |
◆ ProjectPartialReports
| DbSet<ProjectPartialReport> Infrastructure.Persistence.Context.ApplicationDbContext.ProjectPartialReports |
|
getset |
◆ Projects
| DbSet<Project> Infrastructure.Persistence.Context.ApplicationDbContext.Projects |
|
getset |
◆ StudentDocuments
| DbSet<StudentDocuments> Infrastructure.Persistence.Context.ApplicationDbContext.StudentDocuments |
|
getset |
◆ Students
| DbSet<Student> Infrastructure.Persistence.Context.ApplicationDbContext.Students |
|
getset |
◆ SubAreas
| DbSet<SubArea> Infrastructure.Persistence.Context.ApplicationDbContext.SubAreas |
|
getset |
◆ Users
| DbSet<User> Infrastructure.Persistence.Context.ApplicationDbContext.Users |
|
getset |
A documentação para esta classe foi gerada a partir do seguinte ficheiro: