Class UserComment
Represents a comment on an item by a user.
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserComment : UserAction
Properties
Comment
Gets or sets the comment text.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CommentTime
Gets or sets the date and time of the comment.
Declaration
public DateTime CommentTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |