C# Class VSSonarPlugins.Types.Comment

The comment.
Show file Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
Comment ( ) : System

Initializes a new instance of the Comment class.

Comment ( System.DateTime createAt, string htmlText, string key, string login, int id ) : System

Initializes a new instance of the Comment class.

Method Details

Comment() public method

Initializes a new instance of the Comment class.
public Comment ( ) : System
return System

Comment() public method

Initializes a new instance of the Comment class.
public Comment ( System.DateTime createAt, string htmlText, string key, string login, int id ) : System
createAt System.DateTime /// The create at. ///
htmlText string /// The html text. ///
key string /// The key. ///
login string /// The login. ///
id int /// The id. ///
return System