Edit

Share via


WorkItemType Class

Definition

Describes a work item type.

[System.Runtime.Serialization.DataContract]
public class WorkItemType : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemTrackingResource
type WorkItemType = class
    inherit WorkItemTrackingResource
Public Class WorkItemType
Inherits WorkItemTrackingResource
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemType
Attributes

Constructors

WorkItemType()
WorkItemType(ISecuredObject)

Properties

Color

The color.

Description

The description of the work item type.

FieldInstances

The fields that exist on the work item type.

Fields

The fields that exist on the work item type.

Icon

The icon of the work item type.

IsDisabled

True if work item type is disabled

Links

Link references to related REST resources.

(Inherited from WorkItemTrackingResource)
Name

Gets the name of the work item type.

ReferenceName

The reference name of the work item type.

States

Gets state information for the work item type.

Transitions

Gets the various state transition mappings in the work item type.

Url (Inherited from WorkItemTrackingResourceReference)
XmlForm

The XML form.

Applies to