# Task

**Kind:** Class

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

**Part of:** [Pams](subsystem-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`:1
- `TaskHeaderComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/__task-header/task-header.component.ts`:1
- `NewTasksComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts`:1
- `TasksComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/tasks.component.ts`:1
- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `TagComponent` — `Pams/Web/Pams.Web/Client/app/components/shared/tag/tag.component.ts`:1
- `TaskService` — `Pams/Web/Pams.Web/Client/app/services/Tasks/task.service.ts`:1
