Summary
Base class for a pull request comment.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IPullRequestDiscussionComment"]
click Interface0 "/api/Cake.Issues.PullRequests/IPullRequestDiscussionComment"
Type["PullRequestDiscussionComment"]
class Type type-node
Syntax
public class PullRequestDiscussionComment : IPullRequestDiscussionComment
Constructors
Name | Summary |
---|---|
Pull |
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|