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 | |
---|---|---|
AssignedTo | Gets or sets the user to whom this work item is assigned. | |
Id | Gets the ID of the underlying IBuildInformationNode of the work item summary. | |
Node | Gets the underlying IBuildInformationNode. | |
Status | Gets or sets the status of this work item. | |
Title | Gets or sets the title of this work item. | |
Type | Gets or sets the type of this work item. | |
WorkItemId | Gets or sets the ID of this work item. | |
WorkItemUri | Gets or sets the uniform resource identifier (URI) of this work item. |
Top
Methods
Name | Description | |
---|---|---|
Save | Saves this work item summary to the server. |
Top