Class CommentItem
A row stored in NX_OBJECT_COMMENT.
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class CommentItem
Properties
Created
Get database column COM_CREATED
Declaration
[JsonPropertyName("created")]
public DateTime Created { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Id
Get database column COM_ID
Declaration
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
MentionedUsers
The list of mentioned users
Declaration
[JsonPropertyName("mentionedUsers")]
public IList<string> MentionedUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Modified
Get or set database column COM_MODIFIED
Declaration
[JsonPropertyName("modified")]
public DateTime Modified { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ObjectRef
Get database column COM_OBJ_REF
Declaration
[JsonPropertyName("objectRef")]
public int ObjectRef { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObjectType
The object type of the referred object
Declaration
[JsonPropertyName("objectType")]
public int ObjectType { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Summary
A single line text summary with a maximum length of 64 characters.
If there is more content, a horizontal ellipsis character (U+2026) is appended.
Declaration
[JsonPropertyName("summary")]
public string Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
Get database column COM_USER
Declaration
[JsonPropertyName("user")]
public string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |