Edit

GitChange Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitChange : Microsoft.TeamFoundation.SourceControl.WebApi.Change<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem>
type GitChange = class
    inherit Change<GitItem>
Public Class GitChange
Inherits Change(Of GitItem)
Inheritance
Derived
Attributes

Constructors

GitChange()

Properties

ChangeId

ID of the change within the group of 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.

OriginalPath

Original path of item if different from current path.

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)

Explicit Interface Implementations

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

Applies to