Kind: Class
Source: Frontend/src/app/components/references/references.ts (line 71)
Part of: Frontend
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:1EditReferenceDetailsComponent—Frontend/src/app/components/references/references-list/edit-reference-details/edit-reference-details.component.ts:1ReferencesDetailsComponent—Frontend/src/app/components/references/references-list-by-items/references-details/references-details.component.ts:1ReferencesListByItemsComponent—Frontend/src/app/components/references/references-list-by-items/references-list-by-items.component.ts:1
Was this page helpful?