Kind: Class
Source: Frontend/src/app/models/tasks/task.model.ts (line 73)
Part of: Frontend
Properties
| Property | Type |
|---|---|
TaskID | number |
TaskTitle | string |
StatusID | number |
StatusName | string |
TaskDate | Date |
DueDate | Date |
PriorityID | number |
PriorityName | string |
PriorityColor | string |
ParentTaskID | number |
IsDone | boolean |
SubTaskOpened | boolean |
TaskPrograss | number |
TaskPrograssOld | number |
DisplayName | string |
FollowTypeID | number |
OwnerID | number |
CompanyBranchId | number |
Subtasks | TaskView[] |
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)
TasksComponent—Frontend/src/app/components/dashboard/my-desk/tasks/tasks.component.ts:1TaskService—Frontend/src/app/services/tasks/task.service.ts:1
Was this page helpful?