IWorkItemSummary Interface

Interface for a WorkItemSummary type of IBuildInformationNode. To obtain an IWorkItemSummary, use the InformationNodeConverters class.

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

Syntax

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

The IWorkItemSummary type exposes the following members.

Properties

  Name Description
Public property AssignedTo Gets or sets the user to whom this work item is assigned.
Public property Id Gets the ID of the underlying IBuildInformationNode of the work item summary.
Public property Node Gets the underlying IBuildInformationNode.
Public property Status Gets or sets the status of this work item.
Public property Title Gets or sets the title of this work item.
Public property Type Gets or sets the type of this work item.
Public property WorkItemId Gets or sets the ID of this work item.
Public property WorkItemUri Gets or sets the uniform resource identifier (URI) of this work item.

Top

Methods

  Name Description
Public method Save Saves this work item summary to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace