C# Class Mhotivo.Implement.Repositories.EducationLevelRepository

Inheritance: IEducationLevelRepository
Afficher le fichier Open project: armejiaf/Mhotivo

Méthodes publiques

Méthode Description
Create ( Mhotivo.Data.Entities.EducationLevel itemToCreate ) : Mhotivo.Data.Entities.EducationLevel
Delete ( long id ) : Mhotivo.Data.Entities.EducationLevel
Dispose ( ) : void
EducationLevelRepository ( MhotivoContext ctx ) : System
Filter ( bool>.Expression expression ) : IQueryable
First ( EducationLevel>.Expression query ) : Mhotivo.Data.Entities.EducationLevel
GetAllAreas ( ) : System.Collections.Generic.IEnumerable
GetById ( long id ) : Mhotivo.Data.Entities.EducationLevel
Query ( EducationLevel>.Expression expression ) : IQueryable
SaveChanges ( ) : void
Update ( Mhotivo.Data.Entities.EducationLevel itemToUpdate ) : Mhotivo.Data.Entities.EducationLevel
UpdateAreaFromAreaEditModel ( Mhotivo.Data.Entities.EducationLevel areaEditModel, Mhotivo.Data.Entities.EducationLevel area ) : Mhotivo.Data.Entities.EducationLevel

Method Details

Create() public méthode

public Create ( Mhotivo.Data.Entities.EducationLevel itemToCreate ) : Mhotivo.Data.Entities.EducationLevel
itemToCreate Mhotivo.Data.Entities.EducationLevel
Résultat Mhotivo.Data.Entities.EducationLevel

Delete() public méthode

public Delete ( long id ) : Mhotivo.Data.Entities.EducationLevel
id long
Résultat Mhotivo.Data.Entities.EducationLevel

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EducationLevelRepository() public méthode

public EducationLevelRepository ( MhotivoContext ctx ) : System
ctx MhotivoContext
Résultat System

Filter() public méthode

public Filter ( bool>.Expression expression ) : IQueryable
expression bool>.Expression
Résultat IQueryable

First() public méthode

public First ( EducationLevel>.Expression query ) : Mhotivo.Data.Entities.EducationLevel
query EducationLevel>.Expression
Résultat Mhotivo.Data.Entities.EducationLevel

GetAllAreas() public méthode

public GetAllAreas ( ) : System.Collections.Generic.IEnumerable
Résultat System.Collections.Generic.IEnumerable

GetById() public méthode

public GetById ( long id ) : Mhotivo.Data.Entities.EducationLevel
id long
Résultat Mhotivo.Data.Entities.EducationLevel

Query() public méthode

public Query ( EducationLevel>.Expression expression ) : IQueryable
expression EducationLevel>.Expression
Résultat IQueryable

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

Update() public méthode

public Update ( Mhotivo.Data.Entities.EducationLevel itemToUpdate ) : Mhotivo.Data.Entities.EducationLevel
itemToUpdate Mhotivo.Data.Entities.EducationLevel
Résultat Mhotivo.Data.Entities.EducationLevel

UpdateAreaFromAreaEditModel() public méthode

public UpdateAreaFromAreaEditModel ( Mhotivo.Data.Entities.EducationLevel areaEditModel, Mhotivo.Data.Entities.EducationLevel area ) : Mhotivo.Data.Entities.EducationLevel
areaEditModel Mhotivo.Data.Entities.EducationLevel
area Mhotivo.Data.Entities.EducationLevel
Résultat Mhotivo.Data.Entities.EducationLevel