Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/tasks/task.model.ts (line 6)
Part of: Pams
Properties
| Property | Type |
|---|---|
TaskID | number |
TaskTitle | string |
Summery | string |
Date | Date |
DueDate | Date |
CompanyBranchID | number |
PriorityID | number |
StatusID | number |
ParentTaskID | number |
TaskReminderID | number |
TaskPrograss | number |
OwnerID | number |
IsAcceptedByOwner | boolean |
CreationDate | Date |
ModificationDate | Date |
ModificationUserID | number |
LastAssigneeHistory | LastAssigneeHistory |
AssigneeID | number |
Reminder | Reminder[] |
TaskPrograssOld | number |
Tags | Tag[] |
TaskFollowers | TaskFollower[] |
Comments | Comment[] |
CreationUserID | number |
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)
TopicComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/topic/topic.component.ts:1TaskHeaderComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/__task-header/task-header.component.ts:1NewTasksComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts:1TasksComponent—Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/tasks.component.ts:1InvoiceDetailsComponent—Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts:1TagComponent—Pams/Web/Pams.Web/Client/app/components/shared/tag/tag.component.ts:1TaskService—Pams/Web/Pams.Web/Client/app/services/Tasks/task.service.ts:1
Was this page helpful?