Метод | Описание | |
---|---|---|
Delete ( int bugId ) : void | ||
GetBugByBugId ( int bugId ) : |
||
GetBugs ( int page, int pageSize, bool asc, string sortExpression, int &itemsCount ) : IEnumerable |
||
GetBugsByProjectId ( int projectId, int page, int pageSize, bool asc, string sortExpression, bool showClosed, int &itemsCount ) : IEnumerable |
||
Insert ( |
||
Update ( |
public static Delete ( int bugId ) : void | ||
bugId | int | |
Результат | void |
public static GetBugByBugId ( int bugId ) : |
||
bugId | int | |
Результат |
public static GetBugs ( int page, int pageSize, bool asc, string sortExpression, int &itemsCount ) : IEnumerable |
||
page | int | |
pageSize | int | |
asc | bool | |
sortExpression | string | |
itemsCount | int | |
Результат | IEnumerable |
public static GetBugsByProjectId ( int projectId, int page, int pageSize, bool asc, string sortExpression, bool showClosed, int &itemsCount ) : IEnumerable |
||
projectId | int | |
page | int | |
pageSize | int | |
asc | bool | |
sortExpression | string | |
showClosed | bool | |
itemsCount | int | |
Результат | IEnumerable |