Microsoft.TeamFoundation.WorkItemTracking.Client Namespace
| Class | Description | |
|---|---|---|
|
AllowedValuesCollection | |
|
Attachment | Attachment Linking Class. |
|
AttachmentCollection | |
|
BatchReadParameter | |
|
BatchReadParameterCollection | A collection of BatchReadParameter objects, each specifying a work item ID and an optional revision. |
|
BatchSaveError | Class that communicates results of a save for a single WorkItem. |
|
BatchSaveFailedException | |
|
BatchSaveRetryFailedException | |
|
CancelableAsyncResult | Accessor for CancelableAsyncResult. Can be used to access the state of the asynchronous operation or cancel the result. |
|
CannotChangePageSizeException | |
|
ClientException | |
|
ConnectionException | |
|
CoreFieldReferenceNames | This class holds the reference names for all CoreFields. |
|
DeniedOrNotExistException | |
|
DisplayFieldList | Class that represents the fields selected in a query. |
|
DuplicateBatchReadParameterException | |
|
DuplicateWorkItemException | |
|
ExternalLink | This class stores external links. An ExternalLink is a link to other tools. |
|
Field | This sealed class is used to hold field/value pairs for work items. |
|
FieldCollection | Manages a collection of WorkItem Field objects. |
|
FieldDefinition | This class is used to hold Field definitions. |
|
FieldDefinitionCollection | This sealed class is used to hold Field definitions. |
|
FieldDefinitionNotExistException | |
|
FieldFilter | This class represents a single field/value pair that can be used in a list of field/value pairs used to model properties on a FieldDefinition object. |
|
FieldFilterList | List of Field/value pairs used as filters when calling AllowedValues. |
|
FileAttachmentException | Base class for file attachment exceptions. |
|
Hyperlink | This class stores hyperlinks. A hyperlink link type is a URL, UNC, or URI. |
|
ImportEventArgs | Arguments for import events. |
|
ImportStructureException | |
|
ImportWorkitemTypeException | |
|
InternalDatastoreException | |
|
InternalFields | Static class that defines all internal field CoreFieldReferenceNames. Internal fields are used by the WorkItemTracking system and cannot be used or modified by the user. |
|
InvalidFieldValueException | |
|
InvalidProjectException | |
|
InvalidQueryTextException | |
|
InvalidTreeNodeException | |
|
ItemAlreadyUpdatedOnServerException | |
|
Link | This abstract class is the base class for all other links that include Hyperlink, RelatedLink, and ExternalLink. |
|
LinkCollection | A collection of outgoing links for the current WorkItem. |
|
MetadataEventArgs | Provides data for the MetadataChanged event. |
|
Node | This read-only class encapsulates nodes used for classifying work items by Area and Iteration. |
|
NodeCollection | This class holds a collection of Node objects. |
|
PageSizeRangeException | |
|
Project | This is a read-only class that inherits from the Node. |
|
ProjectCollection | This class holds a collection of all the work item projects on the Team Foundation Server. |
|
Query | This class encapsulates a Query against the work item store. Queries are scoped to a WorkItemStore and are described in the Work Item Query Language. |
|
ReadOnlyFieldException | |
|
RegisteredLinkType | Stores a registered link type. |
|
RegisteredLinkTypeCollection | A collection of RegisteredLinkType objects. |
|
RelatedLink | This class stores related links. A RelatedLink links two WorkItem objects in the same store and across stores. |
|
RequestCancelledByUserException | |
|
RequestNotCancelableException | |
|
Revision | This class stores WorkItem revisions. |
|
RevisionCollection | A collection of history items for a WorkItem. |
|
Schemas | Class to store the schema type for a WorkItem. |
|
Server | Class from which to make server calls. |
|
ServerRejectedChangesException | |
|
SortField | This field can be used to sort the list returned by a query. |
|
SortFieldList | This class represents the fields that can be used to sort a query. |
|
StoredQueriesChangedEventArgs | This class handles events raised when a change occurs to a StoredQuery. |
|
StoredQuery | The StoredQuery class provides server-side WIQL query persistence. |
|
StoredQueryCollection | Queries can be persisted on the Team Foundation Server using the StoredQueryCollection class. |
|
UnexpectedErrorException | The class for reporting unusual error conditions. |
|
ValidationException | Used for data validation exceptions and returns the default value this.LogException = false. Derived from ClientException. |
|
WorkItem | This class encapsulates a work item instance. |
|
WorkItemAsyncEventArgs | A class to handle WorkItem asynchronous change events to the state of a query. |
|
WorkItemChangeRejectedException | |
|
WorkItemCollection | This class encapsulates a collection of WorkItems. |
|
WorkItemEventArgs | |
|
WorkItemStore | 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. |
|
WorkItemStoreDiagnostics | This class contains a set of methods to return diagnostic information about the WorkItemStore. |
|
WorkItemType | This is a sealed class that represents a WorkItemType. |
|
WorkItemTypeCollection | This collection class is designed to hold WorkItemTypes. |
| Delegate | Description | |
|---|---|---|
|
ImportEventHandler | Event handler for import events. |
|
MetadataChangeEventHandler | Event handler for the MetadataChanged event. These events are raised when the client has detected metadata changes on the server and finished refreshing its local cache. |
|
StoredQueriesEventHandler | This event handler listens to changes to StoredQuery objects. |
|
WorkItemAsyncEventHandler | This event handler listens to asynchronous changes to the state of a query. |
|
WorkItemFieldChangeEventHandler | This event handler listens to field change events. These events are raised when changes are made to the WorkItem. |
| Enumeration | Description | |
|---|---|---|
|
BaseLinkType | Enumeration of the various link types. |
|
CancelableActionState | |
|
CoreField | Enumerates common work item CoreField objects. |
|
FieldStatus | Enumerates the status of a Field. The status depends upon the validity of the field's value. |
|
FieldType | Enumerates all field definition types. |
|
ImportSeverity | This enumeration reports the severity of an import problem. |
|
ImportStructureException.Type | |
|
ImportWorkitemTypeException.Type | |
|
MetadataChangeTypes | All possible metadata change types. |
|
Node.TreeType | |
|
PageSizes | Enumeration of page sizes that are supported for queries and batch reads. |
|
QueryScope | Enumeration to set the scope of a query. |
|
SchemaType | Enumerates the supported schemas in WorkItemTracking. |
|
SortType | This enumeration declares the sort order for the sorted list. |
|
StoredQueriesAction | This enumeration reports the type of action taken on a stored query. |
|
StringDataLengths | Maximum lengths for string values that can be saved to the database. |
|
UserDisplayMode |