CommentItem Class

Information about a single comment post.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class CommentItem : ChangeObjectItem, 
	IItem
Inheritance
Object    ChangeObjectItem    CommentItem
Implements
IItem

Constructors

CommentItem Create a new instance of the CommentItem item.

Properties

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.

Methods

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)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also