BMA EHR API Document
Loading...
Searching...
No Matches
BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext Class Reference
Inheritance diagram for BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext:
Collaboration diagram for BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext:

Public Member Functions

 ApplicationDBExamContext (DbContextOptions< ApplicationDBExamContext > options)
 
Task< int > SaveChangesAsync ()
 
void Attatch< T > (T entity)
 
- Public Member Functions inherited from BMA.EHR.Application.Common.Interfaces.IApplicationDBExamContext
DbSet< T > Set< T > ()
 

Properties

DbSet< CandidateCandidates [get, set]
 
DbSet< CareerCareers [get, set]
 
DbSet< EducationEducations [get, set]
 
DbSet< PeriodExamPeriodExams [get, set]
 
DbSet< PositionExamPositionExams [get, set]
 
DbSet< DocumentDocuments [get, set]
 

Constructor & Destructor Documentation

◆ ApplicationDBExamContext()

BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.ApplicationDBExamContext ( DbContextOptions< ApplicationDBExamContext options)
inline

Member Function Documentation

◆ Attatch< T >()

void BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.Attatch< T > ( entity)
inline

Implements BMA.EHR.Application.Common.Interfaces.IApplicationDBExamContext.

Type Constraints
T :class 

◆ SaveChangesAsync()

Task< int > BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.SaveChangesAsync ( )
inline

Property Documentation

◆ Candidates

DbSet<Candidate> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.Candidates
getset

◆ Careers

DbSet<Career> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.Careers
getset

◆ Documents

DbSet<Document> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.Documents
getset

◆ Educations

DbSet<Education> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.Educations
getset

◆ PeriodExams

DbSet<PeriodExam> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.PeriodExams
getset

◆ PositionExams

DbSet<PositionExam> BMA.EHR.Infrastructure.Persistence.ApplicationDBExamContext.PositionExams
getset

The documentation for this class was generated from the following file: