Element members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for PerformancePoint Services first class and second class objects.
The Element type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Element | Called from constructors in derived classes to initialize the Element class. |
Top
Properties
Name | Description | |
---|---|---|
Comments | Gets the collection of comments on the element. | |
Description | Gets or sets the description of the element. | |
Guid | Gets or sets the unique identifier of the element. | |
Name | Gets or sets the display name of the element. | |
Owner | Gets or sets the owner of the element. | |
Properties | Gets the collection of properties for this element. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CompareTo | Compares this object to another object for sorting purposes. | |
CopyFrom | Copies from another object of the same type. | |
Diff | Compares this object to another object and returns the differences. | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. | |
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
Fields
Name | Description | |
---|---|---|
UniqueDescriptionId | Represents the constant and unique property name for the element description. | |
UniqueNameId | Represents the constant and unique property name for the element name. | |
UniqueOwnerId | Represents the constant and unique property name for the element owner. |
Top