Node Members

Include Protected Members
Include Inherited Members

This read-only class encapsulates nodes used for classifying work items by Area and Iteration.

The Node 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.)

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

FindNodeInSubTree

Overloaded. Returns the Node in the sub tree that matches the given path.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

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

ToString

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

Top

Properties

 

Name

Description

Public property

ChildNodes

Gets the children of this Node. If there are no child nodes, nulla null reference (Nothing in Visual Basic) is returned.

Public property

HasChildNodes

Returns true if this node has children; otherwise false.

Public property

HasWorkItemReadRights

Public property

HasWorkItemReadRightsRecursive

Public property

HasWorkItemWriteRights

Public property

HasWorkItemWriteRightsRecursive

Public property

Id

Gets an integer ID that uniquely identifies this Node across a work item store.

Public property

Name

Gets the string name of this Node.

Public property

ParentNode

Gets the parent of this Node. If this is a root node, the return is nulla null reference (Nothing in Visual Basic).

Public property

Path

Gets a string path such as \Project1\Area\UI\Controls\Widget representing this node’s position relative to the root. If this is the root, \ is returned.

Public property

Uri

Gets the URI associated with the CSS node that this mirrors.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IEnumerable.GetEnumerator

Top

See Also

Reference

Node Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace