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