Edit

TfsChange Class

Definition

[System.Runtime.Serialization.DataContract]
public class TfsChange : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.Change
type TfsChange = class
    inherit Change
Public Class TfsChange
Inherits Change
Inheritance
Attributes

Constructors

TfsChange(TfsItem, VersionControlChangeType, String)
TfsChange(TfsItem, VersionControlChangeType)

Properties

ChangeType (Inherited from Change)
Item (Inherited from Change)
PendingVersion

Version at which a (shelved) change was pended against

SourceServerItem (Inherited from Change)
Url (Inherited from Entity)

Methods

SetSecuredObject(ISecuredObject) (Inherited from Change)

Explicit Interface Implementations

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

Applies to