Scorecard Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a scorecard.
The Scorecard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Scorecard | Initializes a new instance of the Scorecard class. |
Top
Properties
Name | Description | |
---|---|---|
BeginPoints | Gets the beginpoints collection. | |
CheckedOutTo | Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ConfiguredView | Gets or sets the default ConfiguredView object that is associated with this scorecard. | |
ConfiguredViews | This field is not used by PerformancePoint Services in Microsoft SharePoint Server 2010. | |
ContentType | Gets or sets the type of object. (Inherited from FirstClassElement.) | |
CreatedBy | Gets or sets the user who created this version of the object. (Inherited from FirstClassElement.) | |
CreatedDate | Gets or sets the date that this version of the object was created. (Inherited from FirstClassElement.) | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
EndPoints | Gets the endpoints collection. | |
Folder | Gets or sets the display folder that contains the object. (Inherited from FirstClassElement.) | |
Guid | Gets or sets the GUID of the object. (Inherited from FirstClassElement.) | |
LastModified | Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.) | |
Location | Gets or sets the location of the object in the repository. (Inherited from FirstClassElement.) | |
ModifiedBy | Gets or sets the last user to modify the object. (Inherited from FirstClassElement.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
RendererClassName | Gets or sets the fully qualified name of the Web server control used to render this scorecard. | |
Version | Gets or sets the version number of the object. (Inherited from FirstClassElement.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | Copies from another object. (Overrides FirstClassElement.CopyFrom(Element).) | |
CreateNew | Creates a scorecard. | |
CrossValidate | Validates this object. | |
Diff | Compares this object with another object and returns the differences. (Overrides FirstClassElement.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(FirstClassElement) | Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.) | |
Equals(Scorecard) | Determines whether the current object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetChildFCOLocations | Returns a list of the locations of the data sources for the key performance indicators (KPIs) and indicators that are associated with the scorecard. (Overrides FirstClassElement.GetChildFCOLocations().) | |
GetHashCode | (Inherited from Object.) | |
GetIndicatorLocations | Returns the locations of the indicators that are directly associated with the scorecard. | |
GetKpiLocations | Returns the locations of the key performance indicators (KPIs) that are associated with this scorecard. | |
GetRendererClassForNativeFCO | Returns the renderer class for a native scorecard. | |
GetType | (Inherited from Object.) | |
InitBeginPoints | Initializes the beginpoint collection. | |
InitEndPoints | Initializes the endpoint collection. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides FirstClassElement.Validate().) |
Top