C# Class TicketImporter.Comment

Show file Open project: KilskyreMan/JiraToTfs

Public Properties

Property Type Description
Author User
Body string
CreatedOn System.DateTime
Updated System.DateTime

Public Methods

Method Description
Comment ( User author, string body, System.DateTime createdOn ) : System

Method Details

Comment() public method

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

Property Details

Author public property

public User,TicketImporter Author
return User

Body public property

public string Body
return string

CreatedOn public property

public DateTime,System CreatedOn
return System.DateTime

Updated public property

public DateTime,System Updated
return System.DateTime