Summary
Description of a collection of comments relating to each other.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .PullRequests - Implementing Types
graph TD
Type["IPrcaDiscussionThread"]
class Type type-node
Type-.->Implementing0["PrcaDiscussionThread"]
click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.PullRequests/PrcaDiscussionThread"
Syntax
public interface IPrcaDiscussionThread
Properties
Name | Value | Summary |
---|---|---|
Affected |
FilePath |
Gets or sets the path to the file where the message should be posted.
The path needs to be relative to the repository root.
Can be
null if discussion is not related to a change in a file.
|
Comments | IList |
Gets all the comments of this thread.
|
CommentSource | string |
Gets or sets a value used to decorate comments created by this addin.
|
Id | int |
Gets or sets the ID of the discussion thread.
|
Status | PrcaDiscussionStatus |
Gets or sets if the thread is active or already fixed.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|