C# Class TicketImporter.Attachment

Mostrar archivo 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_oe property

public bool Downloaded
return bool

FileName public_oe property

public string FileName
return string

Source public_oe property

public string Source
return string