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

Public Member Functions

 ScientificInternshipRepository (ScientificReportDbContext context)
 
virtual IEnumerable< ScientificInternshipAll ()
 
virtual IEnumerable< ScientificInternshipAllWhere (Func< ScientificInternship, bool > predicate)
 
virtual ScientificInternship Get (Guid id)
 
virtual ScientificInternship Get (Func< ScientificInternship, bool > predicate)
 
virtual void Create (ScientificInternship item)
 
virtual void Update (ScientificInternship item)
 
virtual void Delete (Guid id)
 
virtual IQueryable< ScientificInternshipGetQuery ()
 

Detailed Description

Definition at line 11 of file ScientificInternshipRepository.cs.

Constructor & Destructor Documentation

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

Definition at line 15 of file ScientificInternshipRepository.cs.

Member Function Documentation

virtual IEnumerable<ScientificInternship> ScientificReport.DAL.Repositories.ScientificInternshipRepository.All ( )
virtual

Definition at line 20 of file ScientificInternshipRepository.cs.

virtual IEnumerable<ScientificInternship> ScientificReport.DAL.Repositories.ScientificInternshipRepository.AllWhere ( Func< ScientificInternship, bool >  predicate)
virtual

Definition at line 27 of file ScientificInternshipRepository.cs.

virtual void ScientificReport.DAL.Repositories.ScientificInternshipRepository.Create ( ScientificInternship  item)
virtual

Definition at line 42 of file ScientificInternshipRepository.cs.

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

Definition at line 57 of file ScientificInternshipRepository.cs.

virtual ScientificInternship ScientificReport.DAL.Repositories.ScientificInternshipRepository.Get ( Guid  id)
virtual

Definition at line 32 of file ScientificInternshipRepository.cs.

virtual ScientificInternship ScientificReport.DAL.Repositories.ScientificInternshipRepository.Get ( Func< ScientificInternship, bool >  predicate)
virtual

Definition at line 37 of file ScientificInternshipRepository.cs.

virtual IQueryable<ScientificInternship> ScientificReport.DAL.Repositories.ScientificInternshipRepository.GetQuery ( )
virtual

Definition at line 67 of file ScientificInternshipRepository.cs.

virtual void ScientificReport.DAL.Repositories.ScientificInternshipRepository.Update ( ScientificInternship  item)
virtual

Definition at line 48 of file ScientificInternshipRepository.cs.


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