This documentation is archived and is not being maintained.
Changeset Class
Visual Studio 2013
Represents a changeset as returned by the QueryHistory command
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The Changeset type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Changes | Individual per-item changes that are contained in this changeset |
![]() | ChangesetId | The changeset number. Monotonically increases over time |
![]() | CheckinNote | This is the checkinNote associated with this changeset |
![]() | Comment | The checkin comment |
![]() | Committer | Authoritative name of user who committed this change |
![]() | CommitterDisplayName | Display name of user who committed this change |
![]() | CreationDate | Timestamp when changeset was committed |
![]() | Owner | Authoritative name of user who owns this change. May differ from Committer if the change was imported or committed on behalf of another user. |
![]() | OwnerDisplayName | Display name of user who owns this change. May differ from Committer if the change was imported or committed on behalf of another user. |
![]() | PolicyOverride | The policy override is used to record a failure of a policy when the client tried to checkin. Checkin's are not prevented and the client can override them, but must supply a reason why they were overridden. |
![]() | Properties | Changeset properties |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCachedSize | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
