public class CommentItem : ChangeObjectItem,
IItemPublic Class CommentItem
Inherits ChangeObjectItem
Implements IItemNo code example is currently available or this language may not be supported.| CommentItem | Create a new instance of the CommentItem item. |
| Body | Get a reference to the multiline string content representing the body of the comment. |
| ExtendedProperties | Get a reference to the collection of extended properties available for this comment. |
| ItemId | Get/Set the locally unique identification of this record. |
| ItemTicket | Get/Set the globally unique identification of this record. |
| NextItemId | Get/Set the next local item ID for this record. |
| PostDate | Get/Set the date and time upon which the comment was posted. |
| Username | Get/Set the name or initials of the user making the post. |
| Clone | Create a deep copy of the provided comment. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| OnCollectionChanged |
Raises the PropertyChanged event when the contents of a member
collection have changed.
(Inherited from ChangeObjectItem) |
| OnPropertyChanged |
Raises the PropertyChanged event when the value of a property has
changed.
(Inherited from ChangeObjectItem) |
| ShouldSerializeBody | Return a value indicating whether the Body property should be serialized. |
| ShouldSerializeExtendedProperties | Return a value indicating whether the ExtendedProperties property should be serialized. |
| ShouldSerializeItemTicket | Return a value indicating whether the ItemTicket property should be serialized. |
| ShouldSerializePostDate | Return a value indicating whether the PostDate property should be serialized. |
| ShouldSerializeUsername | Return a value indicating whether the Username property should be serialized. |
| ToString | (Inherited from Object) |
| PropertyChanged |
Raised when the value of a property has changed.
(Inherited from ChangeObjectItem) |