# Notifications

**Kind:** Class

**Source:** `Frontend/src/app/models/notifications/notifications.ts` (line 1)

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

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

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

### Imported by (5)

- `NewTasksComponent` — `Frontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts`:1
- `NotficationsService` — `Frontend/src/app/components/notifications/notfications.service.ts`:1
- `NotificationRowComponent` — `Frontend/src/app/components/notifications/notification-row/notification-row.component.ts`:1
- `NotificationsComponent` — `Frontend/src/app/components/notifications/notifications.component.ts`:1
- `NotificationsPage` — `Frontend/src/app/components/notifications/notificationsPage.ts`:9
