Show / Hide Table of Contents

Class UserComment

Represents a comment on an item by a user.

Inheritance
System.Object
UserAction
UserComment
Inherited Members
UserAction.Username
UserAction.Identifier
UserAction.Version
UserAction.AgencyId
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica