BMA EHR API Document
Loading...
Searching...
No Matches
BMA.EHR.Infrastructure.Persistence.LeaveDbContext Class Reference
Inheritance diagram for BMA.EHR.Infrastructure.Persistence.LeaveDbContext:
BMA.EHR.Application.Common.Interfaces.ILeaveDbContext

Public Member Functions

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

Properties

DbSet< DutyTimeDutyTimes [get, set]
 
DbSet< UserTimeStampUserTimeStamps [get, set]
 
DbSet< ProcessUserTimeStampProcessUserTimeStamps [get, set]
 
DbSet< UserDutyTimeUserDutyTimes [get, set]
 
DbSet< AdditionalCheckRequestAdditionalCheckRequests [get, set]
 
DbSet< LeaveTypeLeaveTypes [get, set]
 
DbSet< LeaveRequestLeaveRequests [get, set]
 

Constructor & Destructor Documentation

◆ LeaveDbContext()

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

Member Function Documentation

◆ Attatch< T >()

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

Implements BMA.EHR.Application.Common.Interfaces.ILeaveDbContext.

Type Constraints
T :class 

◆ SaveChangesAsync()

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

Property Documentation

◆ AdditionalCheckRequests

DbSet<AdditionalCheckRequest> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.AdditionalCheckRequests
getset

◆ DutyTimes

DbSet<DutyTime> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.DutyTimes
getset

◆ LeaveRequests

DbSet<LeaveRequest> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.LeaveRequests
getset

◆ LeaveTypes

DbSet<LeaveType> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.LeaveTypes
getset

◆ ProcessUserTimeStamps

DbSet<ProcessUserTimeStamp> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.ProcessUserTimeStamps
getset

◆ UserDutyTimes

DbSet<UserDutyTime> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.UserDutyTimes
getset

◆ UserTimeStamps

DbSet<UserTimeStamp> BMA.EHR.Infrastructure.Persistence.LeaveDbContext.UserTimeStamps
getset

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