C# 클래스 TicketImporter.Ticket

파일 보기 프로젝트 열기: KilskyreMan/JiraToTfs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssignedTo User
Attachments List
ClosedOn System.DateTime
Comments List
CreatedBy User
CreatedOn System.DateTime
Description string
Epic string
ExternalReference string
ID string
LastModified System.DateTime
Links List
Parent string
Priority string
Project string
ProjectUrl string
StoryPoints int
Summary string
TicketState State
TicketType string
Url string

공개 메소드들

메소드 설명
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Ticket ( ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Ticket() 공개 메소드

public Ticket ( ) : System
리턴 System

프로퍼티 상세

AssignedTo 공개적으로 프로퍼티

public User,TicketImporter AssignedTo
리턴 User

Attachments 공개적으로 프로퍼티

public List Attachments
리턴 List

ClosedOn 공개적으로 프로퍼티

public DateTime,System ClosedOn
리턴 System.DateTime

Comments 공개적으로 프로퍼티

public List Comments
리턴 List

CreatedBy 공개적으로 프로퍼티

public User,TicketImporter CreatedBy
리턴 User

CreatedOn 공개적으로 프로퍼티

public DateTime,System CreatedOn
리턴 System.DateTime

Description 공개적으로 프로퍼티

public string Description
리턴 string

Epic 공개적으로 프로퍼티

public string Epic
리턴 string

ExternalReference 공개적으로 프로퍼티

public string ExternalReference
리턴 string

ID 공개적으로 프로퍼티

public string ID
리턴 string

LastModified 공개적으로 프로퍼티

public DateTime,System LastModified
리턴 System.DateTime

Links 공개적으로 프로퍼티

public List Links
리턴 List

Parent 공개적으로 프로퍼티

public string Parent
리턴 string

Priority 공개적으로 프로퍼티

public string Priority
리턴 string

Project 공개적으로 프로퍼티

public string Project
리턴 string

ProjectUrl 공개적으로 프로퍼티

public string ProjectUrl
리턴 string

StoryPoints 공개적으로 프로퍼티

public int StoryPoints
리턴 int

Summary 공개적으로 프로퍼티

public string Summary
리턴 string

TicketState 공개적으로 프로퍼티

public State TicketState
리턴 State

TicketType 공개적으로 프로퍼티

public string TicketType
리턴 string

Url 공개적으로 프로퍼티

public string Url
리턴 string