AnnotationComment Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a comment for a scorecard context (slice).
The AnnotationComment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnnotationComment() | Initializes a new instance of the AnnotationComment class. | |
AnnotationComment(String, String, DateTime, String) | Initializes a new instance of the AnnotationComment class with specified properties. |
Top
Properties
Name | Description | |
---|---|---|
CreatedBy | Gets or sets the name of the user who created the comment. (Inherited from Comment.) | |
CreatedDate | Gets or sets the date and time that the comment was created. (Inherited from Comment.) | |
Guid | Gets or sets the unique identifier of the comment. (Inherited from Comment.) | |
Message | Gets or sets the message body of the comment. (Inherited from Comment.) | |
Title | Gets or sets the title or summary for the comment. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Inherited from Comment.) | |
CompareTo | Compares this object to another object. (Inherited from Comment.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the object. (Inherited from Comment.) | |
Validate | Validates this object. (Overrides Comment.Validate().) |
Top