C# Class Data.BugsDBManager

Afficher le fichier Open project: TelerikAcademy/QA-Academy

Méthodes publiques

Méthode Description
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

Method Details

Delete() public static méthode

public static Delete ( int bugId ) : void
bugId int
Résultat void

GetBugByBugId() public static méthode

public static GetBugByBugId ( int bugId ) : Bug
bugId int
Résultat Bug

GetBugs() public static méthode

public static GetBugs ( int page, int pageSize, bool asc, string sortExpression, int &itemsCount ) : IEnumerable
page int
pageSize int
asc bool
sortExpression string
itemsCount int
Résultat IEnumerable

GetBugsByProjectId() public static méthode

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
Résultat IEnumerable

Insert() public static méthode

public static Insert ( Bug bug ) : int
bug Bug
Résultat int

Update() public static méthode

public static Update ( Bug bug ) : void
bug Bug
Résultat void