Méthode | Description | |
---|---|---|
Delete ( int projectId ) : void | ||
GetAllProjects ( ) : IEnumerable |
||
GetBugsCountByProject ( string projectName ) : int | ||
GetProjectByName ( string projtectName ) : |
||
GetProjectByProjectId ( int projtectId ) : |
||
GetProjects ( int page, int pageSize, bool asc, string sortExpression, int &itemsCount ) : IEnumerable |
||
Insert ( |
||
Update ( |
public static Delete ( int projectId ) : void | ||
projectId | int | |
Résultat | void |
public static GetAllProjects ( ) : IEnumerable |
||
Résultat | IEnumerable |
public static GetBugsCountByProject ( string projectName ) : int | ||
projectName | string | |
Résultat | int |
public static GetProjectByName ( string projtectName ) : |
||
projtectName | string | |
Résultat |
public static GetProjectByProjectId ( int projtectId ) : |
||
projtectId | int | |
Résultat |
public static GetProjects ( int page, int pageSize, bool asc, string sortExpression, int &itemsCount ) : IEnumerable |
||
page | int | |
pageSize | int | |
asc | bool | |
sortExpression | string | |
itemsCount | int | |
Résultat | IEnumerable |
public static Insert ( |
||
project | ||
Résultat | int |
public static Update ( |
||
project | ||
Résultat | void |