Edit

Share via


GitPullRequestChange Class

Definition

Change made in a pull request.

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

Constructors

GitPullRequestChange()

Properties

ChangeId

ID of the change within the group of changes.

(Inherited from GitChange)
ChangeTrackingId

ID used to track files through multiple changes.

ChangeType

The type of change that was made to the item.

(Inherited from Change<T>)
Item

Current version.

(Inherited from Change<T>)
NewContent

Content of the item after the change.

(Inherited from Change<T>)
NewContentTemplate

New Content template to be used when pushing new changes.

(Inherited from GitChange)
OriginalPath

Original path of item if different from current path.

(Inherited from GitChange)
SourceServerItem

Path of the item on the server.

(Inherited from Change<T>)
Url

URL to retrieve the item.

(Inherited from Change<T>)

Methods

SetSecuredObject(ISecuredObject) (Inherited from GitChange)

Explicit Interface Implementations

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

Applies to