MonitoringHierarchyNode<T> Class

 

Applies To: Operations Manager for System Center 2012

Represents a node in a hierarchy of T objects, where T is the type of the objects.

Namespace:   Microsoft.EnterpriseManagement.Common
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.HierarchyNode<T>
    Microsoft.EnterpriseManagement.Common.MonitoringHierarchyNode<T>

Syntax

[SerializableAttribute]
public class MonitoringHierarchyNode<T> : HierarchyNode<T>
generic<typename T>
[SerializableAttribute]
public ref class MonitoringHierarchyNode : HierarchyNode<T>
[<SerializableAttribute>]
type MonitoringHierarchyNode<'T> = 
    class
        inherit HierarchyNode<'T>
    end
<SerializableAttribute>
Public Class MonitoringHierarchyNode(Of T)
    Inherits HierarchyNode(Of T)

Type Parameters

  • T
    The type of object the setting represents.

Properties

Name Description
System_CAPS_pubproperty ChildNodes

Gets the nodes that are children of this node in the hierarchy.

System_CAPS_pubproperty Item

(Inherited from HierarchyNode<T>.)

System_CAPS_pubproperty ParentNode

Gets the parent node for the MonitoringHierarchyNode<T> object.

System_CAPS_pubproperty TotalChildNodeCount

(Inherited from HierarchyNode<T>.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.EnterpriseManagement.Common Namespace

Return to top