Show / Hide Table of Contents

Class UserComment

Represents a comment on an item by a user.

Inheritance
object
UserAction
UserComment
Inherited Members
UserAction.Username
UserAction.Identifier
UserAction.Version
UserAction.AgencyId
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX