C# 클래스 TicketImporter.Comment

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

공개 프로퍼티들

프로퍼티 타입 설명
Author User
Body string
CreatedOn System.DateTime
Updated System.DateTime

공개 메소드들

메소드 설명
Comment ( User author, string body, System.DateTime createdOn ) : System

메소드 상세

Comment() 공개 메소드

public Comment ( User author, string body, System.DateTime createdOn ) : System
author User
body string
createdOn System.DateTime
리턴 System

프로퍼티 상세

Author 공개적으로 프로퍼티

public User,TicketImporter Author
리턴 User

Body 공개적으로 프로퍼티

public string Body
리턴 string

CreatedOn 공개적으로 프로퍼티

public DateTime,System CreatedOn
리턴 System.DateTime

Updated 공개적으로 프로퍼티

public DateTime,System Updated
리턴 System.DateTime