TupleNode members

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

The TupleNode type exposes the following members.

Constructors

  Name Description
Public method TupleNode() Initializes a new instance of the TupleNode class.
Public method TupleNode(Tuple) Initializes a new instance of the TupleNode class based on a Tuple object.

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.
Public property IsPlaceholder Gets a Boolean value that indicates whether a placeholder node is used as the root node when this tree is a collection.
Public property Tuple Gets or sets a tuple of a node.

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 methodStatic member FromMemberNode Creates a tuple node from a member node.
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

TupleNode class

Microsoft.PerformancePoint.Scorecards namespace