Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/tasks/task.model.ts (line 73)
Part of: Pams
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
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
TasksListComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/__tasks-list/tasks-list.component.ts:1TasksComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/tasks.component.ts:1TaskService—Pams/Web/Pams.Web/Client/app/services/Tasks/task.service.ts:1
Was this page helpful?