# ReferenceListDetailQuestion

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `ReferenceListDetailId` | `number` |
| `QuestionUnitId` | `number` |
| `RefListCategoryQuestionId` | `number` |
| `QuestionAnswer` | `string` |
| `QuestionText` | `string` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `_Units` | `ReferenceListQuestionUnits[]` |
| `_isQuestionChanged` | `boolean` |
| `_dataForPDF` | `itemQuestForPrint` |

## Used by

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

### Imported by (4)

- `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
- `ReferencesDetailsComponent` — `Frontend/src/app/components/references/references-list-by-items/references-details/references-details.component.ts`:1
- `ReferencesListByItemsComponent` — `Frontend/src/app/components/references/references-list-by-items/references-list-by-items.component.ts`:1
