MemberNode 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 | |
---|---|---|
MemberNode() | Initializes a new instance of the MemberNode class. | |
MemberNode(Member) | Initializes a new instance of the MemberNode class based on the specified member. |
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 (has no child elements). | |
IsPlaceholder | Gets a Boolean value that indicates whether this node is a placeholder node. | |
Member | Gets or sets the member of this node. | |
NodeType | Gets or sets the node type. | |
Tag | Gets or sets the tag. |
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.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top