# CategoryQuestionsByCategoryIdResponse

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `CompanyId` | `number` |
| `DisplayOrder` | `number` |
| `Id` | `number` |
| `QuestionText` | `string` |
| `RefListCategoryId` | `number` |
| `RefListCategoryName` | `string` |
| `Units` | `any[]` |

## Used by

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

### Imported by (2)

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