IChangesetSummary Interface

Interface for a ChangesetSummary type of IBuildInformationNode.

To obtain an IChangesetSummary, use the InformationNodeConverters class.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Interface IChangesetSummary
public interface IChangesetSummary
public interface class IChangesetSummary
type IChangesetSummary =  interface end
public interface IChangesetSummary

The IChangesetSummary type exposes the following members.

Properties

  Name Description
Public property ChangesetId Gets or sets the ID of this changeset.
Public property ChangesetUri Gets or sets the uniform resource identifier (URI) of this changeset.
Public property CheckedInBy Gets or sets the user who checked in this changeset.
Public property Comment Gets or sets the comment for this changeset.
Public property Id Gets the ID of the underyling information node of this changeset.
Public property Node Gets the underlying information node of this changeset.

Top

Methods

  Name Description
Public method Save Saves the changeset summary to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace