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 | |
---|---|---|
Annotation() | Initializes a new instance of the Annotation class. | |
Annotation(Guid, RepositoryLocation, TupleCollection, String) | Initializes a new instance of the Annotation class. |
Top
Properties
Name | Description | |
---|---|---|
CellpathCoordinates | Gets or sets the coordinates of the scorecard cell (cell context) for this annotation. | |
Comments | Gets the collection of comments that this annotation contains. | |
ConfiguredViewID | Gets or sets the identifier of the ConfiguredView object for this annotation. | |
CreatedOn | Gets or sets the date and time that this annotation was created. | |
Guid | Gets or sets the GUID for this annotation. | |
LastUpdatedBy | Gets or sets the last user to update the annotation. | |
LastUpdatedOn | Gets or sets the date and time that the annotation was last updated. | |
Owner | Gets or sets the user who created this annotation. | |
Properties | Gets the properties of this annotation. | |
ScorecardLocation | Gest or sets the location in the repository of the scorecard that is referenced by this annotation. | |
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. | |
Version | Gets or sets the version of the product in which this annotation instance was created. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateKey() | Generates a cache key for this annotation. | |
GenerateKey(RepositoryLocation, TupleCollection, Int32) | Generates a cache key for this annotation. | |
GenerateKey(RepositoryLocation, Int32, Int32) | Generates a cache key for this annotation. | |
GenerateKeyPrefix() | Generates the prefix for an annotation cache key. | |
GenerateKeyPrefix(RepositoryLocation) | Generates the prefix for an annotation cache key. | |
GenerateSlice | Aggregates all slices. | |
GenerateSliceHashCode | Aggregates all slices and generates a hash code. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the annotation's comments and properties as a string. (Overrides Object.ToString().) | |
Validate | Validates this object. |
Top