Edit

Share via


WorkItemClassificationNode Class

Definition

Defines a classification node for work item tracking.

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

Constructors

WorkItemClassificationNode()
WorkItemClassificationNode(ISecuredObject)

Properties

Attributes

Dictionary that has node attributes like start/finish date for iteration nodes.

Children

List of child nodes fetched.

HasChildren

Flag that indicates if the classification node has any child nodes.

Id

Integer ID of the classification node.

Identifier

GUID ID of the classification node.

Links

Link references to related REST resources.

(Inherited from WorkItemTrackingResource)
Name

Name of the classification node.

StructureType

Node structure type.

Url (Inherited from WorkItemTrackingResourceReference)

Applies to