Node Class
Describes a Node object that is used in the work item tracking data structures.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.Node
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class Node _
Implements IEnumerable
public sealed class Node : IEnumerable
public ref class Node sealed : IEnumerable
[<Sealed>]
type Node =
class
interface IEnumerable
end
public final class Node implements IEnumerable
The Node type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChildNodes | Gets the collection of child nodes of this node. |
![]() |
HasChildNodes | Gets a flag that indicates whether this node has child nodes. |
![]() |
HasWorkItemReadRights | Checks whether the current user has read rights to work items on this node. |
![]() |
HasWorkItemReadRightsRecursive | Checks whether the current user has read rights to work items on this node and its child nodes. |
![]() |
HasWorkItemWriteRights | Checks whether the current user has write rights to work items on this node. |
![]() |
HasWorkItemWriteRightsRecursive | Checks whether the user has write rights to work items on this node and its child nodes. |
![]() |
Id | Gets the ID of this node. |
![]() |
IsAreaNode | Gets a flag that describes whether this is an area node. |
![]() |
IsIterationNode | Gets a flag that describes whether this is an iteration node. |
![]() |
Name | Gets the name of this node. |
![]() |
ParentNode | Gets the parent node of this node. |
![]() |
Path | Gets the path of this node. |
![]() |
Uri | Gets the URI of this node. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
FindNodeInSubTree(Int32) | Gets the node in the subtree of this node based on the specified ID. |
![]() |
FindNodeInSubTree(String) | Gets the node in the subtree of this node based on the specified path. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.