Class TopicComment_Three

Hierarchy

  • TopicComment_Three

Implements

Constructors

Properties

author: string
comment?: string
date: string
modifiedAuthor?: string
modifiedDate?: string
uuid: string
viewpoint?: string

Methods

  • Parameters

    • json: {
          author: string;
          comment?: string;
          date: string;
          modifiedAuthor?: string;
          modifiedDate?: string;
          uuid: string;
          viewpoint?: string;
      }
      • author: string

        Comment author.

      • Optional comment?: string

        The comment text, must not be empty if provided.

      • date: string

        Date of the comment

      • Optional modifiedAuthor?: string

        The author who modified the comment.

      • Optional modifiedDate?: string

        The date when comment was modified.

      • uuid: string

        The unique identifier of the entity.

        This is not in the BCF spec, but is used internally. However, when a BCF component requires a GUID, the uuid property is used.

      • Optional viewpoint?: string

        Back reference to the viewpoint GUID.

    Returns void

  • Returns {
        author: string;
        comment?: string;
        date: string;
        modifiedAuthor?: string;
        modifiedDate?: string;
        uuid: string;
        viewpoint?: string;
    }

    • author: string

      Comment author.

    • Optional comment?: string

      The comment text, must not be empty if provided.

    • date: string

      Date of the comment

    • Optional modifiedAuthor?: string

      The author who modified the comment.

    • Optional modifiedDate?: string

      The date when comment was modified.

    • uuid: string

      The unique identifier of the entity.

      This is not in the BCF spec, but is used internally. However, when a BCF component requires a GUID, the uuid property is used.

    • Optional viewpoint?: string

      Back reference to the viewpoint GUID.

Generated using TypeDoc