Search Results for

    Show / Hide Table of Contents

    Class CommentItem

    A row stored in NX_OBJECT_COMMENT.

    Inheritance
    object
    CommentItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Version 6.1.0.11rc