ScientificReport
ScientificReport.DAL.Repositories.DepartmentReportRepository Class Reference
Inheritance diagram for ScientificReport.DAL.Repositories.DepartmentReportRepository:
Inheritance graph
Collaboration diagram for ScientificReport.DAL.Repositories.DepartmentReportRepository:
Collaboration graph

Public Member Functions

 DepartmentReportRepository (ScientificReportDbContext context)
 
virtual IEnumerable< DepartmentReportAll ()
 
virtual IEnumerable< DepartmentReportAllWhere (Func< DepartmentReport, bool > predicate)
 
virtual DepartmentReport Get (Guid id)
 
virtual DepartmentReport Get (Func< DepartmentReport, bool > predicate)
 
virtual void Create (DepartmentReport item)
 
virtual void Update (DepartmentReport item)
 
virtual void Delete (Guid id)
 
virtual IQueryable< DepartmentReportGetQuery ()
 

Detailed Description

Definition at line 11 of file DepartmentReportRepository.cs.

Constructor & Destructor Documentation

ScientificReport.DAL.Repositories.DepartmentReportRepository.DepartmentReportRepository ( ScientificReportDbContext  context)

Definition at line 15 of file DepartmentReportRepository.cs.

Member Function Documentation

virtual IEnumerable<DepartmentReport> ScientificReport.DAL.Repositories.DepartmentReportRepository.All ( )
virtual

Definition at line 20 of file DepartmentReportRepository.cs.

virtual IEnumerable<DepartmentReport> ScientificReport.DAL.Repositories.DepartmentReportRepository.AllWhere ( Func< DepartmentReport, bool >  predicate)
virtual

Definition at line 27 of file DepartmentReportRepository.cs.

virtual void ScientificReport.DAL.Repositories.DepartmentReportRepository.Create ( DepartmentReport  item)
virtual

Definition at line 42 of file DepartmentReportRepository.cs.

virtual void ScientificReport.DAL.Repositories.DepartmentReportRepository.Delete ( Guid  id)
virtual

Definition at line 57 of file DepartmentReportRepository.cs.

virtual DepartmentReport ScientificReport.DAL.Repositories.DepartmentReportRepository.Get ( Guid  id)
virtual

Definition at line 32 of file DepartmentReportRepository.cs.

virtual DepartmentReport ScientificReport.DAL.Repositories.DepartmentReportRepository.Get ( Func< DepartmentReport, bool >  predicate)
virtual

Definition at line 37 of file DepartmentReportRepository.cs.

virtual IQueryable<DepartmentReport> ScientificReport.DAL.Repositories.DepartmentReportRepository.GetQuery ( )
virtual

Definition at line 67 of file DepartmentReportRepository.cs.

virtual void ScientificReport.DAL.Repositories.DepartmentReportRepository.Update ( DepartmentReport  item)
virtual

Definition at line 48 of file DepartmentReportRepository.cs.


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