ClassBug
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class Bug : IBug
Inheritance: objectBug
Implements:
Constructors
Bug()
Declaration
cs-api-definition
public Bug()
Properties
AssignedTo
Get/set the bug assignee.
Declaration
cs-api-definition
public virtual string AssignedTo { get; set; }
Property Value
Implements
Attachments
Get the bug attachments.
Declaration
cs-api-definition
public virtual List<IBugAttachment> Attachments { get; }
Property Value
Implements
Author
Get the bug author.
Declaration
cs-api-definition
public virtual string Author { get; set; }
Property Value
Implements
CreatedDate
Get the date the bug has been submitted.
Declaration
cs-api-definition
public virtual DateTime CreatedDate { get; set; }
Property Value
Implements
Description
Get/set the bug description.
Declaration
cs-api-definition
public virtual string Description { get; set; }
Property Value
Implements
ID
Get the Id of bug in the bug tracking system.
Priority
Get/set the bug priority.
Declaration
cs-api-definition
public virtual int Priority { get; set; }
Property Value
Implements