FirstClassElement Members (Microsoft.PerformancePoint.Scorecards)

Represents a first class object that is versionable. This is the base class for dashboards, data sources, scorecards, report views, KPIs, and indicators.

The following tables list the members exposed by the FirstClassElement type.

Protected Constructors

  Name Description
Protected method FirstClassElement Initializes a new instance of the FirstClassElement class.

Top

Public Fields

  Name Description
Public fieldStatic UniqueDescriptionId  Constant and unique property name for the element description. (inherited from Element)
Public fieldStatic UniqueNameId  Constant and unique property name for the element name. (inherited from Element)
Public fieldStatic UniqueOwnerId  Constant and unique property name for the element owner. (inherited from Element)

Top

Public Properties

  Name Description
Public property Comments  The collection of comments on the element. (inherited from Element)
Public property CreatedBy The user who created this version of the object.
Public property CreatedDate The date this version of the object was created.
Public property Description  A long description of the element. (inherited from Element)
Public property Folder The folder that the property belongs to. In the form of "folder1\subfolder2\subfolder3".
Public property Guid  The ID that uniquely defines the first class element. (inherited from Element)
Public property Memberships The membership information of the first class object.
Public property Name  The display name of the element. (inherited from Element)
Public property Owner  The owner of the element. (inherited from Element)
Public property Properties  The collection of properties for this element. (inherited from Element)
Public property Version The version information of the first class object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CheckAccess Checks if a user has access to this element.
Public method Clone  Performs a deep copy. (inherited from Element)
Public method CompareTo  (inherited from Element)
Public method CopyFrom Overridden. Performs a deep clone of the element.
Public method Diff Overridden. Compares this object with another object and returns the differences.
Public method Equals Overloaded.  
Public method FillInSids Looks up and caches the security IDs for each membership item that pertains to this element.
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Public method Validate Overridden. Validates this object.
Public methodStatic ValidateFolder Validates the folder string.

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

FirstClassElement Class
Microsoft.PerformancePoint.Scorecards Namespace