메소드 | 설명 | |
---|---|---|
Create ( Parent itemToCreate ) : Parent | ||
Delete ( long id ) : Parent | ||
Filter ( bool>.Expression |
||
First ( Parent>.Expression |
||
GenerateParentFromRegisterModel ( |
||
GetAllParents ( ) : IEnumerable |
||
GetById ( long id ) : Parent | ||
GetParentDisplayModelById ( long id ) : |
||
GetParentEditModelById ( long id ) : |
||
ParentRepository ( MhotivoContext ctx ) : System | ||
Query ( Parent>.Expression |
||
SaveChanges ( ) : void | ||
Update ( Parent itemToUpdate ) : Parent | ||
UpdateParentFromParentEditModel ( |
메소드 | 설명 | |
---|---|---|
Detach ( Parent parent ) : void |
public Filter ( bool>.Expression |
||
expression | bool>.Expression | |
리턴 | IQueryable |
public First ( Parent>.Expression |
||
query | Parent>.Expression | |
리턴 | Parent |
public GenerateParentFromRegisterModel ( |
||
parentRegisterModel | ||
리턴 | Parent |
public GetParentDisplayModelById ( long id ) : |
||
id | long | |
리턴 |
public GetParentEditModelById ( long id ) : |
||
id | long | |
리턴 |
public ParentRepository ( MhotivoContext ctx ) : System | ||
ctx | MhotivoContext | |
리턴 | System |
public Query ( Parent>.Expression |
||
expression | Parent>.Expression | |
리턴 | IQueryable |
public UpdateParentFromParentEditModel ( |
||
parentEditModel | ||
parent | Parent | |
리턴 | Parent |