GitPullRequestQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |