Share via


WorkItemStore Members

Include Protected Members
Include Inherited Members

Encapsulates the data store that contains all work items on a particular Team Foundation server. Each work item store is scoped at the server level.

The WorkItemStore type exposes the following members.

Constructors

 

Name

Description

Public method

WorkItemStore

Overloaded. Initializes a new instance of the WorkItemStore class on the current Team Foundation server.

Top

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

Properties

 

Name

Description

Public property

CallingProcessIdentity

Public property

CultureInfo

Gets the current culture information.

Public property

Diagnostics

Public property

FieldDefinitions

Gets the collection of all known FieldDefinition objects on the current Team Foundation server.

Public property

Projects

Gets the collection of all known Project objects on the current Team Foundation server.

Public property

RegisteredLinkTypes

Gets the collection of all known RegisteredLinkType objects on the current Team Foundation server.

Public property

TeamFoundationServer

Public property

TimeZone

Gets the current time zone.

Public property

UserDisplayMode

Top

Events

 

Name

Description

Public event

ImportEventHandler

Public event

MetadataChanged

Occurs when the Team Foundation server updates the client computer's metadata cache.

Public event

MetadataChanging

Obsolete. Occurs when the Team Foundation server is about to update the cached metadata on the client computer.

Top

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace