Comment Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a comment for a data entity.
The Comment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Comment() | Initializes a new instance of the Comment class. |
![]() |
Comment(String, DateTime, String) | Initializes a new instance of the Comment class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CreatedBy | Gets or sets the name of the user who created the comment. |
![]() |
CreatedDate | Gets or sets the date and time that the comment was created. |
![]() |
Guid | Gets or sets the unique identifier of the comment. |
![]() |
Message | Gets or sets the message body of the comment. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. |
![]() |
CompareTo | Compares this object to another object. |
![]() |
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. (Overrides Object.ToString().) |
![]() |
Validate | Validates this object. |
Top