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
Overloaded. Initializes a new instance of the WorkItemStore class on the current Team Foundation server.
Top
Methods
Name
Description
Saves multiple WorkItem objects in bulk to minimize server round trips. Used to optimize performance.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Exports all stored global lists from the Team Foundation server as XML.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets an array of all WorkItem objects that reference the specified URI.
Gets a cross-project query from a referencing GUID.
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Returns a WorkItem from the Team Foundation server.
Overloaded. Imports global lists onto the server as XML.
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Executes a query and returns a collection of WorkItem objects.
Overloaded. Returns the number of WorkItem objects that would be returned if the you had run the Query method instead of this method.
Calls the Team Foundation server to request an update of the cached metadata on the client computer.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the current culture information.
Gets the collection of all known FieldDefinition objects on the current Team Foundation server.
Gets the collection of all known Project objects on the current Team Foundation server.
Gets the collection of all known RegisteredLinkType objects on the current Team Foundation server.
Gets the current time zone.
Top
Events
Name
Description
Occurs when the Team Foundation server updates the client computer's metadata cache.
Obsolete. Occurs when the Team Foundation server is about to update the cached metadata on the client computer.
Top