MemberNode Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a member in a tree structure.

The MemberNode type exposes the following members.

Constructors

  Name Description
Public method MemberNode() Initializes a new instance of the MemberNode class.
Public method MemberNode(Member) Initializes a new instance of the MemberNode class based on the specified member.

Top

Properties

  Name Description
Public property Children Gets the child elements of the node.
Public property IsLeaf Gets a Boolean value that indicates whether this node is a leaf node (has no child elements).
Public property IsPlaceholder Gets a Boolean value that indicates whether this node is a placeholder node.
Public property Member Gets or sets the member of this node.
Public property NodeType Gets or sets the node type.
Public property Tag Gets or sets the tag.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Protected method CopyFrom Copies from another object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

See Also

Reference

MemberNode Class

Microsoft.PerformancePoint.Scorecards Namespace