C# Класс Data.BugsDBManager

Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( int bugId ) : void
GetBugByBugId ( int bugId ) : Bug
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 ( Bug bug ) : int
Update ( Bug bug ) : void

Описание методов

Delete() публичный статический Метод

public static Delete ( int bugId ) : void
bugId int
Результат void

GetBugByBugId() публичный статический Метод

public static GetBugByBugId ( int bugId ) : Bug
bugId int
Результат Bug

GetBugs() публичный статический Метод

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

GetBugsByProjectId() публичный статический Метод

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

Insert() публичный статический Метод

public static Insert ( Bug bug ) : int
bug Bug
Результат int

Update() публичный статический Метод

public static Update ( Bug bug ) : void
bug Bug
Результат void