# Reminder

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/reminder.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `TypeId` | `number` |
| `BranchId` | `number` |
| `RelatedToId` | `number` |
| `RelatedToTypeId` | `number` |
| `ReminderTimeUnit` | `number` |
| `ReminderTimeUnitId` | `number` |
| `CreationDate` | `Date` |
| `EventDate` | `Date` |
| `ReminderDate` | `Date` |
| `TimeZone` | `number` |
| `ReminderTitle` | `string` |
| `RemindedUserId` | `number` |
| `CreatedById` | `number` |

## Used by

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

### Imported by (12)

- `CallActivityComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/call-activity/call-activity.component.ts`:1
- `MailActivityComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts`:1
- `MeetingActivityComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/meeting-activity/meeting-activity.component.ts`:1
- `NewActivityComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/new-activity/new-activity.component.ts`:1
- `TopicComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/topic/topic.component.ts`:1
- `VisitActivityComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/activities/visit-activity/visit-activity.component.ts`:1
- `MyDeskComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/my-desk.component.ts`:1
- `NewTasksComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts`:1

…and 4 more.
