Edit

Change<T> Class

Definition

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

Applies to