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 | |
---|---|---|
ChangesetId | Gets or sets the ID of this changeset. | |
ChangesetUri | Gets or sets the uniform resource identifier (URI) of this changeset. | |
CheckedInBy | Gets or sets the user who checked in this changeset. | |
Comment | Gets or sets the comment for this changeset. | |
Id | Gets the ID of the underyling information node of this changeset. | |
Node | Gets the underlying information node of this changeset. |
Top
Methods
Name | Description | |
---|---|---|
Save | Saves the changeset summary to the server. |
Top