# Activities

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/tasks/activities/Activites.model.ts` (line 4)

**Part of:** [Pams](subsystem-pams)

## 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` |
| `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[]` |

## Relationships

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