# Task

**Kind:** Class

**Source:** `Frontend/src/app/models/tasks/task.model.ts` (line 6)

**Part of:** [Frontend](subsystem-frontend-src-app)

## 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

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

### Imported by (9)

- `TopicComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts`:1
- `MyDeskColumnsViewComponent` — `Frontend/src/app/components/dashboard/my-desk/my-desk-columns-view/my-desk-columns-view.component.ts`:1
- `MyDeskComponent` — `Frontend/src/app/components/dashboard/my-desk/my-desk.component.ts`:1
- `NewTasksComponent` — `Frontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts`:1
- `TasksComponent` — `Frontend/src/app/components/dashboard/my-desk/tasks/tasks.component.ts`:1
- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `TagComponent` — `Frontend/src/app/components/shared/tag/tag.component.ts`:1

…and 1 more.
