# Notifications

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/notifications/notifications.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `AccountId` | `number` |
| `AccountName` | `string` |
| `ActivityTypeId` | `number` |
| `BranchId` | `number` |
| `CreatedById` | `number` |
| `CreatedByName` | `string` |
| `CreationDate` | `Date` |
| `Id` | `number` |
| `IsSeen` | `boolean` |
| `NotificationText` | `string` |
| `NotificationTypeId` | `number` |
| `NotifierId` | `number` |
| `NotifierName` | `string` |
| `RefrenceId` | `number` |
| `RefrenceNumber` | `string` |
| `RequestTypeId` | `number` |
| `FeedbackActionTypeId` | `number` |
| `FeedbackComment` | `string` |
| `EventDate` | `Date` |
| `ModificationDate` | `Date` |

## Used by

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

### Imported by (3)

- `NotificationRowComponent` — `Pams/Web/Pams.Web/Client/app/components/notifications/notification-row/notification-row.component.ts`:1
- `NotificationsComponent` — `Pams/Web/Pams.Web/Client/app/components/notifications/notifications.component.ts`:1
- `NotificationsPage` — `Pams/Web/Pams.Web/Client/app/components/notifications/notificationsPage.ts`:8
