ClassBugAttachment
Class
Bug attacment representation.
Definition
Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class BugAttachment : IBugAttachment
Inheritance: objectBugAttachment
Implements:
Constructors
BugAttachment()
Declaration
cs-api-definition
public BugAttachment()
Properties
Author
Get the attachment author.
Declaration
cs-api-definition
public virtual string Author { get; set; }
Property Value
Implements
DateUploaded
Get the date the attachment has been uploaded.
Declaration
cs-api-definition
public virtual DateTime DateUploaded { get; set; }
Property Value
Implements
Description
Get the attachment description.
Declaration
cs-api-definition
public virtual string Description { get; set; }
Property Value
Implements
FileName
Get the attachment file name.
Declaration
cs-api-definition
public virtual string FileName { get; set; }
Property Value
Implements