PrcaDiscussionComment Class

Summary

Base class for a comment.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IPrcaDiscussionComment"]-.->Type click Interface0 "/Cake.Prca.Website/api/Cake.Prca.PullRequests/IPrcaDiscussionComment" Type["PrcaDiscussionComment"] class Type type-node

Syntax

public class PrcaDiscussionComment : IPrcaDiscussionComment

Constructors

Properties

Name Value Summary
Content string
Gets or sets the content of the comment.
IsDeleted bool
Gets or sets a value indicating whether the comment is deleted or not.

Extension Methods

Name Value Summary
NotNull<PrcaDiscussionComment>(string) void
Throws an exception if the specified parameter's value is null.
GitHub