Edit

Share via


GitPullRequestIterationChanges Class

Definition

Collection of changes made in a pull request.

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

Constructors

GitPullRequestIterationChanges()
GitPullRequestIterationChanges(ISecuredObject)

Properties

ChangeEntries

Changes made in the iteration.

NextSkip

Value to specify as skip to get the next page of changes. This will be zero if there are no more changes.

NextTop

Value to specify as top to get the next page of changes. This will be zero if there are no more changes.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to