Class BugAttachment
Inheritance
System.Object
BugAttachment
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 BugAttachment : IBugAttachment
Constructors
BugAttachment()
Declaration
public BugAttachment()
BugAttachment(String)
Declaration
public BugAttachment(string fileName)
Parameters
System.String
fileName
|
Properties
Author
Declaration
public virtual string Author { get; set; }
Property Value
System.String
|
Implements
DateUploaded
Declaration
public virtual DateTime DateUploaded { get; set; }
Property Value
System.DateTime
|
Implements
Description
Declaration
public virtual string Description { get; set; }
Property Value
System.String
|
Implements
FileName
Declaration
public virtual string FileName { get; set; }
Property Value
System.String
|
Implements
FileSize
Declaration
public virtual ulong FileSize { get; set; }
Property Value
System.UInt64
|