Interface IBugAttachment
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IBugAttachment
Properties
Author
Declaration
string Author { get; }
Property Value
System.String
|
DateUploaded
Declaration
DateTime DateUploaded { get; }
Property Value
System.DateTime
|
Description
Declaration
string Description { get; }
Property Value
System.String
|
FileName
Declaration
string FileName { get; }
Property Value
System.String
|
FileSize
Declaration
ulong FileSize { get; }
Property Value
System.UInt64
|