Annotation members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a scorecard annotation, which is a collection of comments that is associated with a scorecard context (slice).

The Annotation type exposes the following members.

Constructors

  Name Description
Public method Annotation() Initializes a new instance of the Annotation class.
Public method Annotation(Guid, RepositoryLocation, TupleCollection, String) Initializes a new instance of the Annotation class.

Top

Properties

  Name Description
Public property CellpathCoordinates Gets or sets the coordinates of the scorecard cell (cell context) for this annotation.
Public property Comments Gets the collection of comments that this annotation contains.
Public property ConfiguredViewID Gets or sets the identifier of the ConfiguredView object for this annotation.
Public property CreatedOn Gets or sets the date and time that this annotation was created.
Public property Guid Gets or sets the GUID for this annotation.
Public property LastUpdatedBy Gets or sets the last user to update the annotation.
Public property LastUpdatedOn Gets or sets the date and time that the annotation was last updated.
Public property Owner Gets or sets the user who created this annotation.
Public property Properties Gets the properties of this annotation.
Public property ScorecardLocation Gest or sets the location in the repository of the scorecard that is referenced by this annotation.
Public property Slice Gets or sets the aggregation context of the slices that this annotation applies to, which includes the column, row, and page filters for the scorecard cell or cells.
Public property Version Gets or sets the version of the product in which this annotation instance was created.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateKey() Generates a cache key for this annotation.
Public methodStatic member GenerateKey(RepositoryLocation, TupleCollection, Int32) Generates a cache key for this annotation.
Public methodStatic member GenerateKey(RepositoryLocation, Int32, Int32) Generates a cache key for this annotation.
Public methodStatic member GenerateKeyPrefix() Generates the prefix for an annotation cache key.
Public methodStatic member GenerateKeyPrefix(RepositoryLocation) Generates the prefix for an annotation cache key.
Public methodStatic member GenerateSlice Aggregates all slices.
Public methodStatic member GenerateSliceHashCode Aggregates all slices and generates a hash code.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the annotation's comments and properties as a string. (Overrides Object.ToString().)
Public method Validate Validates this object.

Top

See also

Reference

Annotation class

Microsoft.PerformancePoint.Scorecards namespace