Changeset Members
Represents a changeset
The following tables list the members exposed by the Changeset type.
| Name | Description | |
|---|---|---|
| ArtifactUri | Gets the artifact URI associated with a changeset. |
| Changes | Gets or sets changes in a changeset. |
| ChangesetId | Gets or sets the identifier of a changeset. |
| CheckinNote | Gets or sets an informational note associated with a changeset check-in. |
| Comment | Gets or sets a comment for a changeset. |
| Committer | Gets or sets the identity that commits a changeset. |
| CreationDate | Gets or sets the date when a changeset is created. |
| Owner | Gets or sets the owner of a changeset. |
| PolicyOverride | Gets or sets a policy override. |
| VersionControlServer | The version control object that represents the database on which the changeset exists. |
| WorkItems | Gets work items associated with this changeset. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| ReferenceEquals | (Inherited from Object.) |
| ToString | Overridden. A representation of the changeset in the form of a string. |
| Update | Updates changeset metadata on the server. |