IPrcaDiscussionComment Interface

Summary

Description of a comments.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Implementing Types
graph TD Type["IPrcaDiscussionComment"] class Type type-node Type-.->Implementing0["PrcaDiscussionComment"] click Implementing0 "/Cake.Prca.Website/api/Cake.Prca.PullRequests/PrcaDiscussionComment"

Syntax

public interface IPrcaDiscussionComment

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<IPrcaDiscussionComment>(string) void
Throws an exception if the specified parameter's value is null.
GitHub