Class
Bug

Definition

Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class Bug : IBug

Inheritance: objectBug

Implements: IBug

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

string

Implements IBug.AssignedTo

Attachments

Get the bug attachments.

Declaration

cs-api-definition
public virtual List<IBugAttachment> Attachments { get; }

Property Value

List<IBugAttachment>

Implements IBug.Attachments

Author

Get the bug author.

Declaration

cs-api-definition
public virtual string Author { get; set; }

Property Value

string

Implements IBug.Author

CreatedDate

Get the date the bug has been submitted.

Declaration

cs-api-definition
public virtual DateTime CreatedDate { get; set; }

Property Value

DateTime

Implements IBug.CreatedDate

Description

Get/set the bug description.

Declaration

cs-api-definition
public virtual string Description { get; set; }

Property Value

string

Implements IBug.Description

ID

Get the Id of bug in the bug tracking system.

Declaration

cs-api-definition
public virtual int ID { get; set; }

Property Value

int

Implements IBug.ID

Priority

Get/set the bug priority.

Declaration

cs-api-definition
public virtual int Priority { get; set; }

Property Value

int

Implements IBug.Priority

Title

Get/set the bug title.

Declaration

cs-api-definition
public virtual string Title { get; set; }

Property Value

string

Implements IBug.Title