Change<T> 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]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.GitChange))]
public class Change<T> : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type Change<'T> = class
inherit VersionControlSecuredObject
Public Class Change(Of T)
Inherits VersionControlSecuredObject
Type Parameters
- T
- Inheritance
- Derived
- Attributes
Constructors
| Change<T>() |
Properties
| ChangeType |
The type of change that was made to the item. |
| Item |
Current version. |
| NewContent |
Content of the item after the change. |
| SourceServerItem |
Path of the item on the server. |
| Url |
URL to retrieve the item. |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |