Kind: Class
Source: Frontend/src/app/components/references/references.ts (line 30)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
ProductQty | number |
ModelName | string |
ApplicationName | string |
ManufacturerName | string |
DeliveryDate | Date |
YearOfManufacturing | number |
ManufacturerId | number |
WarrantyEndDate | Date |
WarrantyPeriodId | number |
WarrantyPeriod | number |
RefListCategoryId | number |
ReferenceListHeaderId | number |
SupplierPurchaseOrderNo | string |
ReferenceListDetailSerialNo | ReferenceListDetailSerialNo[] |
ReferenceListDetailQuestions | ReferenceListDetailQuestion[] |
ClientPurchaseOrderNo | string |
PurchaseJobId | number |
ProductDescription | string |
VendorName | string |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModifiedAt | Date |
_isopened | boolean |
_dataForPDF | ReferenceDetailsItemForPrint |
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)
EditReferenceDetailsComponent—Frontend/src/app/components/references/references-list/edit-reference-details/edit-reference-details.component.ts:1ReferencesListComponent—Frontend/src/app/components/references/references-list/references-list.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?