Share via


TupleNode Members (Microsoft.PerformancePoint.Scorecards)

Represents a tuple in a tree structure.

The following tables list the members exposed by the TupleNode type.

Public Constructors

  Name Description
Public method TupleNode Overloaded.  

Top

Public Properties

  Name Description
Public property Children Children of node.
Public property IsLeaf Signifies that this node is a leaf node (has no children).
Public property IsPlaceholder A placeholder node is used as the root node when this tree is a collection.
Public property Tuple Tuple of node.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Creates a deep copy of this object.
Public method Equals  Overloaded. (inherited from Object)
Public methodStatic FromMemberNode Create a tuple node from a member node.
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Public method Validate Validate this object.

Top

Protected Methods

  Name Description
Protected method CopyFrom Creates a copy form another object.
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

TupleNode Class
Microsoft.PerformancePoint.Scorecards Namespace