InterfaceIBug
Interface
Represents the bug from the tracking system.
Definition
Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IBug
Derived Classes:
Properties
AssignedTo
Get/set the bug assignee.
Attachments
Get the bug attachments.
Declaration
cs-api-definition
List<IBugAttachment> Attachments { get; }
Property Value
CreatedDate
Get the date the bug has been submitted.
Description
Get/set the bug description.
ID
Get the Id of bug in the bug tracking system.
Priority
Get/set the bug priority.