Skip to content

Task

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/tasks/task.model.ts (line 6)

Part of: Frontend

Properties

PropertyType
TaskIDnumber
TaskTitlestring
Summerystring
DateDate
DueDateDate
CompanyBranchIDnumber
PriorityIDnumber
StatusIDnumber
ParentTaskIDnumber
TaskReminderIDnumber
TaskPrograssnumber
OwnerIDnumber
IsAcceptedByOwnerboolean
CreationDateDate
ModificationDateDate
ModificationUserIDnumber
LastAssigneeHistoryLastAssigneeHistory
AssigneeIDnumber
ReminderReminder[]
TaskPrograssOldnumber
TagsTag[]
TaskFollowersTaskFollower[]
CommentsComment[]
CreationUserIDnumber

Relationships

  • IMPORTS → Reminder
  • IMPORTS → Tag
  • IMPORTS → TaskFollower
  • IMPORTS → Comment

Used by

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

Imported by (9)

  • TopicComponentFrontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1
  • MyDeskColumnsViewComponentFrontend/src/app/components/dashboard/my-desk/my-desk-columns-view/my-desk-columns-view.component.ts:1
  • MyDeskComponentFrontend/src/app/components/dashboard/my-desk/my-desk.component.ts:1
  • NewTasksComponentFrontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1
  • TasksComponentFrontend/src/app/components/dashboard/my-desk/tasks/tasks.component.ts:1
  • InvoiceDetailsComponentFrontend/src/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • NewJobComponentFrontend/src/app/components/sales/new-job/new-job.component.ts:1
  • TagComponentFrontend/src/app/components/shared/tag/tag.component.ts:1

…and 1 more.

Was this page helpful?

Download as PDF