Share via


Changeset Members

Include Protected Members
Include Inherited Members

Represents a changeset

The Changeset type exposes the following members.

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

A representation of the changeset in the form of a string. (Overrides Object.ToString().)

Public method

Update

Updates changeset metadata on the server.

Top

Properties

 

Name

Description

Public property

ArtifactUri

Gets the artifact URI associated with a changeset.

Public property

Changes

Gets or sets changes in a changeset.

Public property

ChangesetId

Gets or sets the identifier of a changeset.

Public property

CheckinNote

Gets or sets an informational note associated with a changeset check-in.

Public property

Comment

Gets or sets a comment for a changeset.

Public property

Committer

Gets or sets the identity that commits a changeset.

Public property

CreationDate

Gets or sets the date when a changeset is created.

Public property

Owner

Gets or sets the owner of a changeset.

Public property

PolicyOverride

Gets or sets a policy override.

Public property

VersionControlServer

The version control object that represents the database on which the changeset exists.

Public property

WorkItems

Gets work items associated with this changeset.

Top

See Also

Reference

Changeset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace