Class Bug
Inheritance
System.Object
Bug
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class Bug : IBug
Constructors
Bug()
Declaration
public Bug()
Properties
AssignedTo
Declaration
public virtual string AssignedTo { get; set; }
Property Value
System.String
|
Implements
Attachments
Declaration
public virtual List<IBugAttachment> Attachments { get; }
Property Value
System.Collections.Generic.List<IBugAttachment>
|
Implements
Author
Declaration
public virtual string Author { get; set; }
Property Value
System.String
|
Implements
CreatedDate
Declaration
public virtual DateTime CreatedDate { get; set; }
Property Value
System.DateTime
|
Implements
Description
Declaration
public virtual string Description { get; set; }
Property Value
System.String
|
Implements
ID
Priority
Declaration
public virtual int Priority { get; set; }
Property Value
System.Int32
|
Implements
Title
Declaration
public virtual string Title { get; set; }
Property Value
System.String
|