TupleNode Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
TupleNode() | Initializes a new instance of the TupleNode class. | |
TupleNode(Tuple) | Initializes a new instance of the TupleNode class based on a Tuple object. |
Top
Properties
Name | Description | |
---|---|---|
Children | Gets the child elements of the node. | |
IsLeaf | Gets a Boolean value that indicates whether this node is a leaf node. | |
IsPlaceholder | Gets a Boolean value that indicates whether a placeholder node is used as the root node when this tree is a collection. | |
Tuple | Gets or sets a tuple of a node. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromMemberNode | Creates a tuple node from a member node. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top