Edit

Share via


GitPullRequestQuery Class

Definition

A set of pull request queries and their results.

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

Constructors

GitPullRequestQuery()

Properties

QueryInputs

The queries to perform.

Results

The results of the queries. This matches the QueryInputs list so Results[n] are the results of QueryInputs[n]. Each entry in the list is a dictionary of commit->pull requests.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to