Method | 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 |
||
First ( EducationLevel>.Expression |
||
GetAllAreas ( ) : System.Collections.Generic.IEnumerable |
||
GetById ( long id ) : Mhotivo.Data.Entities.EducationLevel | ||
Query ( EducationLevel>.Expression |
||
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 |
public Create ( Mhotivo.Data.Entities.EducationLevel itemToCreate ) : Mhotivo.Data.Entities.EducationLevel | ||
itemToCreate | Mhotivo.Data.Entities.EducationLevel | |
return | Mhotivo.Data.Entities.EducationLevel |
public Delete ( long id ) : Mhotivo.Data.Entities.EducationLevel | ||
id | long | |
return | Mhotivo.Data.Entities.EducationLevel |
public EducationLevelRepository ( MhotivoContext ctx ) : System | ||
ctx | MhotivoContext | |
return | System |
public Filter ( bool>.Expression |
||
expression | bool>.Expression | |
return | IQueryable |
public First ( EducationLevel>.Expression |
||
query | EducationLevel>.Expression | |
return | Mhotivo.Data.Entities.EducationLevel |
public GetAllAreas ( ) : System.Collections.Generic.IEnumerable |
||
return | System.Collections.Generic.IEnumerable |
public GetById ( long id ) : Mhotivo.Data.Entities.EducationLevel | ||
id | long | |
return | Mhotivo.Data.Entities.EducationLevel |
public Query ( EducationLevel>.Expression |
||
expression | EducationLevel>.Expression | |
return | IQueryable |
public Update ( Mhotivo.Data.Entities.EducationLevel itemToUpdate ) : Mhotivo.Data.Entities.EducationLevel | ||
itemToUpdate | Mhotivo.Data.Entities.EducationLevel | |
return | Mhotivo.Data.Entities.EducationLevel |
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 | |
return | Mhotivo.Data.Entities.EducationLevel |