Méthode | Description | |
---|---|---|
Create ( |
||
Delete ( long id ) : |
||
Filter ( bool>.Expression |
||
First ( Student>.Expression |
||
GenerateStudentFromRegisterModel ( |
||
GetAllStudents ( ) : IEnumerable |
||
GetById ( long id ) : |
||
GetStudentDisplayModelById ( long id ) : |
||
GetStudentEditModelById ( long id ) : |
||
Query ( Student>.Expression |
||
SaveChanges ( ) : void | ||
StudentRepository ( MhotivoContext ctx ) : System | ||
Update ( |
||
UpdateStudentFromStudentEditModel ( |
public Create ( |
||
itemToCreate | ||
Résultat |
public Filter ( bool>.Expression |
||
expression | bool>.Expression | |
Résultat | IQueryable |
public First ( Student>.Expression |
||
query | Student>.Expression | |
Résultat |
public GenerateStudentFromRegisterModel ( |
||
studentRegisterModel | ||
Résultat |
public GetById ( long id ) : |
||
id | long | |
Résultat |
public GetStudentDisplayModelById ( long id ) : |
||
id | long | |
Résultat |
public GetStudentEditModelById ( long id ) : |
||
id | long | |
Résultat |
public Query ( Student>.Expression |
||
expression | Student>.Expression | |
Résultat | IQueryable |
public StudentRepository ( MhotivoContext ctx ) : System | ||
ctx | MhotivoContext | |
Résultat | System |
public Update ( |
||
itemToUpdate | ||
Résultat |
public UpdateStudentFromStudentEditModel ( |
||
studentEditModel | ||
student | ||
Résultat |