Skip to content

Comment

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/common/comments.model.ts (line 2)

Part of: Frontend

Properties

PropertyType
CommentIDnumber
CommentDateDate
CommentContentstring
UserIDnumber
ParentIDnumber
RelatedToIDnumber
RelatedToTypeIDnumber
TaskIDnumber
PersonNamestring
ActivityActionIDnumber
ProfilePhotostring
Editableboolean
Displayboolean
ActivityIdnumber
ActivityTypeIdnumber
ReplyCountnumber
_subCommentsComment[]
_noMoreSubCommentsboolean
_showSubCommentboolean
_CommentTextBackupstring

Used by

14 references from 14 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (14)

  • BlogPopupComponentFrontend/src/app/components/blogs/blog-popup/blog-popup.component.ts:1
  • CommentActivityComponentFrontend/src/app/components/dashboard/my-desk/activities/topic/commentOnTopic/comment-activity.component.ts:1
  • TopicComponentFrontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1
  • NewTasksComponentFrontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1
  • FilesComponentFrontend/src/app/components/files/files.component.ts:1
  • FileNameAndExtensionFrontend/src/app/components/files/upload-file/upload-file.component.ts:1
  • CommentsComponentComponentFrontend/src/app/components/shared/comments-component/comments-component.component.ts:1
  • CommentsServiceFrontend/src/app/services/common/comments.service.ts:1

…and 6 more.

Was this page helpful?

Download as PDF