Interface
IBugAttachment

Represents an attachment to the bug.

Definition

Namespace:ArtOfTest.WebAii.Design.Extensibility.BugTracking

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IBugAttachment

Derived Classes: BugAttachment

Properties

Author

Get the attachment author.

Declaration

cs-api-definition
string Author { get; }

Property Value

string

DateUploaded

Get the date the attachment has been uploaded.

Declaration

cs-api-definition
DateTime DateUploaded { get; }

Property Value

DateTime

Description

Get the attachment description.

Declaration

cs-api-definition
string Description { get; }

Property Value

string

FileName

Get the attachment file name.

Declaration

cs-api-definition
string FileName { get; }

Property Value

string

FileSize

Get the attachment description.

Declaration

cs-api-definition
ulong FileSize { get; }

Property Value

ulong