GitChange 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.
[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) |