Skip to content

TaskView

reference
1 min readUpdated

Kind: Class

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

Part of: Frontend

Properties

PropertyType
TaskIDnumber
TaskTitlestring
StatusIDnumber
StatusNamestring
TaskDateDate
DueDateDate
PriorityIDnumber
PriorityNamestring
PriorityColorstring
ParentTaskIDnumber
IsDoneboolean
SubTaskOpenedboolean
TaskPrograssnumber
TaskPrograssOldnumber
DisplayNamestring
FollowTypeIDnumber
OwnerIDnumber
CompanyBranchIdnumber
SubtasksTaskView[]

Used by

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

Imported by (2)

  • TasksComponentFrontend/src/app/components/dashboard/my-desk/tasks/tasks.component.ts:1
  • TaskServiceFrontend/src/app/services/tasks/task.service.ts:1

Was this page helpful?

Download as PDF