Class
BugAttachment

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: IBugAttachment

Constructors

BugAttachment()

Declaration

cs-api-definition
public BugAttachment()

BugAttachment(string)

Declaration

cs-api-definition
public BugAttachment(string fileName)

Parameters

fileName

string

Properties

Author

Get the attachment author.

Declaration

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

Property Value

string

Implements IBugAttachment.Author

DateUploaded

Get the date the attachment has been uploaded.

Declaration

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

Property Value

DateTime

Implements IBugAttachment.DateUploaded

Description

Get the attachment description.

Declaration

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

Property Value

string

Implements IBugAttachment.Description

FileName

Get the attachment file name.

Declaration

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

Property Value

string

Implements IBugAttachment.FileName

FileSize

Get the attachment description.

Declaration

cs-api-definition
public virtual ulong FileSize { get; set; }

Property Value

ulong

Implements IBugAttachment.FileSize