# SerialStatusHistory

**Kind:** Class

**Source:** `Frontend/src/app/components/references/references.ts` (line 106)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `RefListSerialStatusId` | `number` |
| `ReferenceListDetailSerialNoId` | `number` |
| `StatusName` | `string` |
| `UserComment` | `string` |
| `StatusDate` | `Date` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `CreatedByName` | `string` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `_dataForPDF` | `SerialStatusForPrint` |

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

- `ReferenceToPdfService` — `Frontend/src/app/components/references/reference-to-pdf.service.ts`:1
- `EditReferenceDetailsComponent` — `Frontend/src/app/components/references/references-list/edit-reference-details/edit-reference-details.component.ts`:1
- `ReferencesService` — `Frontend/src/app/components/references/references.service.ts`:1
