C# 클래스 Mhotivo.Implement.Repositories.EducationLevelRepository

상속: IEducationLevelRepository
파일 보기 프로젝트 열기: armejiaf/Mhotivo

공개 메소드들

메소드 설명
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