Summary
Class representing a comment in the pull request comment thread.
- Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AzureDevOpsComment"]
class Type type-node
Syntax
public class AzureDevOpsComment
Constructors
Name | Summary |
---|---|
AzureDevOpsComment |
Initializes a new instance of the AzureDevOpsComment class with empty Git comment.
|
AzureDevOpsComment |
Initializes a new instance of the AzureDevOpsComment class.
|
Properties
Name | Value | Summary |
---|---|---|
CommentType | Azure |
Gets or sets the comment type.
|
Content | string |
Gets or sets the content of the pull request comment.
|
IsDeleted | bool |
Gets or sets a value indicating whether the comment is deleted.
|