C# 클래스 TicketImporter.Attachment

파일 보기 프로젝트 열기: KilskyreMan/JiraToTfs

공개 프로퍼티들

프로퍼티 타입 설명
Downloaded bool
FileName string
Source string

공개 메소드들

메소드 설명
Attachment ( string filename, string content ) : System

메소드 상세

Attachment() 공개 메소드

public Attachment ( string filename, string content ) : System
filename string
content string
리턴 System

프로퍼티 상세

Downloaded 공개적으로 프로퍼티

public bool Downloaded
리턴 bool

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Source 공개적으로 프로퍼티

public string Source
리턴 string