Interface IBug
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IBug
Properties
AssignedTo
Declaration
string AssignedTo { get; set; }
Property Value
System.String
|
Attachments
Declaration
List<IBugAttachment> Attachments { get; }
Property Value
System.Collections.Generic.List<IBugAttachment>
|
Author
Declaration
string Author { get; }
Property Value
System.String
|
CreatedDate
Declaration
DateTime CreatedDate { get; }
Property Value
System.DateTime
|
Description
Declaration
string Description { get; set; }
Property Value
System.String
|
ID
Declaration
int ID { get; }
Property Value
System.Int32
|
Priority
Declaration
int Priority { get; set; }
Property Value
System.Int32
|
Title
Declaration
string Title { get; set; }
Property Value
System.String
|