Class UserComment
Represents a comment on an item by a user.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class UserComment : UserAction
Properties
Comment
Gets or sets the comment text.
Declaration
[DataMember]
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
string |
CommentTime
Gets or sets the date and time of the comment.
Declaration
[DataMember]
public DateTime CommentTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |