# Activities

**Kind:** Class

**Source:** `Frontend/src/app/models/tasks/activities/activites.model.ts` (line 5)

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

## Properties

| Property | Type |
|---|---|
| `ActivityID` | `number` |
| `Title` | `string` |
| `ActivityLocationID` | `number` |
| `AddressID` | `number` |
| `Description` | `string` |
| `ActivityStatusID` | `number` |
| `ActivityTypeID` | `number` |
| `PriorityID` | `number` |
| `StartDate` | `Date` |
| `EndDate` | `Date` |
| `IsAllDayEvent` | `boolean` |
| `IsLimitedToMembers` | `boolean` |
| `PriventParticipantsEdit` | `boolean` |
| `IsAllowedToEdit` | `boolean` |
| `TaskID` | `number` |
| `CompanyBranchID` | `number` |
| `PreparedByID` | `number` |
| `PreparedByName` | `string` |
| `CallUseID` | `number` |
| `Phone` | `string` |
| `Sender` | `string` |
| `ActivityLocation` | `ActivityLocation` |
| `Tags` | `Tag[]` |
| `Reminder` | `Reminder[]` |
| `ActivityParticipants` | `ActivityParticipant[]` |
| `OldPaticipants` | `string[]` |
| `ActivityPurposes` | `ActivityPurpose[]` |
| `ActivityEMails` | `ActivityEMail[]` |
| `ActivityTopics` | `ActivityTopic[]` |
| `EmailData` | `EmailData` |

## Relationships

- IMPORTS → `Tag`
- IMPORTS → `Reminder`
- IMPORTS → `ActivityTopic`
- IMPORTS → `EmailData`

## Used by

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

### Imported by (18)

- `CallActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/call-activity/call-activity.component.ts`:1
- `MailActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts`:1
- `MeetingActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/meeting-activity/meeting-activity.component.ts`:1
- `NewActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts`:1
- `TopicComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/topic/topic.component.ts`:1
- `VisitActivityComponent` — `Frontend/src/app/components/dashboard/my-desk/activities/visit-activity/visit-activity.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

…and 10 more.
