WorkItemStore Methods

Include Protected Members
Include Inherited Members

The WorkItemStore type exposes the following members.

Methods

 

Name

Description

Public method

BatchSave

Saves multiple WorkItem objects in bulk to minimize server round trips. Used to optimize performance.

Public method

Equals

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

Public method

ExportGlobalLists

Exports all stored global lists from the Team Foundation server as XML.

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

GetReferencingWorkItemUris

Gets an array of all WorkItem objects that reference the specified URI.

Public method

GetStoredQuery

Gets a cross-project query from a referencing GUID.

Public method

GetType

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

Public method

GetWorkItem

Overloaded. Returns a WorkItem from the Team Foundation server.

Public method

ImportGlobalLists

Overloaded. Imports global lists onto the server as XML.

Protected method

MemberwiseClone

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

Public method

Query

Overloaded. Executes a query and returns a collection of WorkItem objects.

Public method

QueryCount

Overloaded. Returns the number of WorkItem objects that would be returned if the you had run the Query method instead of this method.

Public method

RefreshCache

Calls the Team Foundation server to request an update of the cached metadata on the client computer.

Public method

SyncToCache

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace