Edit

Share via


TfvcChange Class

Definition

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

Constructors

TfvcChange()
TfvcChange(TfvcItem, VersionControlChangeType, String)
TfvcChange(TfvcItem, VersionControlChangeType)

Properties

ChangeType

The type of change that was made to the item.

(Inherited from Change<T>)
Item

Current version.

(Inherited from Change<T>)
MergeSources

List of merge sources in case of rename or branch creation.

NewContent

Content of the item after the change.

(Inherited from Change<T>)
PendingVersion

Version at which a (shelved) change was pended against

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 Change<T>)

Explicit Interface Implementations

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

Applies to