Skip to content

Task

reference
1 min readUpdated

Kind: Class

Source: Pams/Web/Pams.Web/Client/app/models/tasks/task.model.ts (line 6)

Part of: Pams

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

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

Imported by (7)

  • TopicComponentPams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1
  • TaskHeaderComponentPams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/__task-header/task-header.component.ts:1
  • NewTasksComponentPams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1
  • TasksComponentPams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/tasks.component.ts:1
  • InvoiceDetailsComponentPams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • TagComponentPams/Web/Pams.Web/Client/app/components/shared/tag/tag.component.ts:1
  • TaskServicePams/Web/Pams.Web/Client/app/services/Tasks/task.service.ts:1

Was this page helpful?

Download as PDF