C# Class VSSonarPlugins.Types.Comment

The comment.
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the Comment class.
public Comment ( ) : System
Résultat System

Comment() public méthode

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. ///
Résultat System