C# Class TicketImporter.Attachment

Show file Open project: KilskyreMan/JiraToTfs

Public Properties

Property Type Description
Downloaded bool
FileName string
Source string

Public Methods

Method Description
Attachment ( string filename, string content ) : System

Method Details

Attachment() public method

public Attachment ( string filename, string content ) : System
filename string
content string
return System

Property Details

Downloaded public property

public bool Downloaded
return bool

FileName public property

public string FileName
return string

Source public property

public string Source
return string