Share via


WorkItemType Members

Include Protected Members
Include Inherited Members

This is a sealed class that represents a WorkItemType.

The WorkItemType type exposes the following members.

Methods

 

Name

Description

Public method

Equals

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

Public method

Export

Exports a WorkItemType definition in XML format.

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

GetNextState

Gets the transition state for this WorkItemType given a particular starting state and action.

Public method

GetType

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

Protected method

MemberwiseClone

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

Public method

NewWorkItem

Creates a new WorkItem of the current WorkItemType.

Public method

ToString

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

Public methodStatic member

Validate

Overloaded. Validates a WorkItemType.

Top

Properties

 

Name

Description

Public property

Description

Gets a description of the WorkItemType.

Public property

DisplayForm

Gets the XML form definition for this WorkItemType.

Public property

FieldDefinitions

Gets the collection of field definitions referenced by this WorkItemType.

Public property

Name

Gets the name of the WorkItemType.

Public property

Project

Gets the parent project for this WorkItemType.

Public property

Store

Gets the WorkItemStore associated with this WorkItemType.

Top

Events

 

Name

Description

Public eventStatic member

ValidationEventHandler

Occurs when validating import events.

Top

See Also

Reference

WorkItemType Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace