C# Class TicketImporter.Comment

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

public User,TicketImporter Author
return User

Body public_oe property

public string Body
return string

CreatedOn public_oe property

public DateTime,System CreatedOn
return System.DateTime

Updated public_oe property

public DateTime,System Updated
return System.DateTime