Edit

Share via


GitPullRequestCommentThread Class

Definition

Represents a comment thread of a pull request. A thread contains meta data about the file it was left on (if any) along with one or more comments (an initial comment and the subsequent replies).

[System.Runtime.Serialization.DataContract]
public class GitPullRequestCommentThread : Microsoft.TeamFoundation.SourceControl.WebApi.CommentThread
type GitPullRequestCommentThread = class
    inherit CommentThread
Public Class GitPullRequestCommentThread
Inherits CommentThread
Inheritance
GitPullRequestCommentThread
Attributes

Constructors

GitPullRequestCommentThread()
GitPullRequestCommentThread(ISecuredObject)

Properties

Comments

A list of the comments.

(Inherited from CommentThread)
Id

The comment thread id.

(Inherited from CommentThread)
Identities

Set of identities related to this thread

(Inherited from CommentThread)
IsDeleted

Specify if the thread is deleted which happens when all comments are deleted.

(Inherited from CommentThread)
LastUpdatedDate

The time this thread was last updated.

(Inherited from CommentThread)
Links

Links to other related objects.

(Inherited from CommentThread)
Properties

Optional properties associated with the thread as a collection of key-value pairs.

(Inherited from CommentThread)
PublishedDate

The time this thread was published.

(Inherited from CommentThread)
PullRequestThreadContext

Extended context information unique to pull requests

Status

The status of the comment thread.

(Inherited from CommentThread)
ThreadContext

Specify thread context such as position in left/right file.

(Inherited from CommentThread)

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to