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
Protected method Element Called from constructors in derived classes to initialize the Element class.

Top

Properties

  Name Description
Public property Comments Gets the collection of comments on the element.
Public property Description Gets or sets the description of the element.
Public property Guid Gets or sets the unique identifier of the element.
Public property Name Gets or sets the display name of the element.
Public property Owner Gets or sets the owner of the element.
Public property Properties Gets the collection of properties for this element.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method CompareTo Compares this object to another object for sorting purposes.
Public method CopyFrom Copies from another object of the same type.
Public method Diff Compares this object to another object and returns the differences.
Public method Equals(Object) (Inherited from Object.)
Public method Equals(Element) Determines whether this object is equal to another object of the same type.
Protected method Finalize (Inherited from Object.)
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

Fields

  Name Description
Public fieldStatic member UniqueDescriptionId Represents the constant and unique property name for the element description.
Public fieldStatic member UniqueNameId Represents the constant and unique property name for the element name.
Public fieldStatic member UniqueOwnerId Represents the constant and unique property name for the element owner.

Top

See also

Reference

Element class

Microsoft.PerformancePoint.Scorecards namespace