C# Класс Mhotivo.Implement.Repositories.EducationLevelRepository

Наследование: IEducationLevelRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Create() публичный Метод

public Create ( Mhotivo.Data.Entities.EducationLevel itemToCreate ) : Mhotivo.Data.Entities.EducationLevel
itemToCreate Mhotivo.Data.Entities.EducationLevel
Результат Mhotivo.Data.Entities.EducationLevel

Delete() публичный Метод

public Delete ( long id ) : Mhotivo.Data.Entities.EducationLevel
id long
Результат Mhotivo.Data.Entities.EducationLevel

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EducationLevelRepository() публичный Метод

public EducationLevelRepository ( MhotivoContext ctx ) : System
ctx MhotivoContext
Результат System

Filter() публичный Метод

public Filter ( bool>.Expression expression ) : IQueryable
expression bool>.Expression
Результат IQueryable

First() публичный Метод

public First ( EducationLevel>.Expression query ) : Mhotivo.Data.Entities.EducationLevel
query EducationLevel>.Expression
Результат Mhotivo.Data.Entities.EducationLevel

GetAllAreas() публичный Метод

public GetAllAreas ( ) : System.Collections.Generic.IEnumerable
Результат System.Collections.Generic.IEnumerable

GetById() публичный Метод

public GetById ( long id ) : Mhotivo.Data.Entities.EducationLevel
id long
Результат Mhotivo.Data.Entities.EducationLevel

Query() публичный Метод

public Query ( EducationLevel>.Expression expression ) : IQueryable
expression EducationLevel>.Expression
Результат IQueryable

SaveChanges() публичный Метод

public SaveChanges ( ) : void
Результат void

Update() публичный Метод

public Update ( Mhotivo.Data.Entities.EducationLevel itemToUpdate ) : Mhotivo.Data.Entities.EducationLevel
itemToUpdate Mhotivo.Data.Entities.EducationLevel
Результат Mhotivo.Data.Entities.EducationLevel

UpdateAreaFromAreaEditModel() публичный Метод

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
Результат Mhotivo.Data.Entities.EducationLevel