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