Kind: Class
Source: Frontend/src/app/models/common/projects-suppliers-registeration.model.ts (line 2)
Part of: Frontend
Properties
| Property | Type |
|---|---|
SupplierName | string |
SupplierTypeName | string |
MarketSegmentName | string |
ProjectCount | number |
RegistrationNo | string |
Status | string |
ID | number |
CompanyBranchID | number |
ProjectID | number |
SupplierID | number |
RegistrationStatusID | number |
RegistrationDate | Date |
DeRegistrationDate | Date |
UserID | number |
ModificationDate | Date |
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)
RegisterationsDataComponent—Frontend/src/app/components/registerations-data/registerations-data.component.ts:1ProjectsSuppliersRegisterationService—Frontend/src/app/services/common/projects-suppliers-registeration.service.ts:1ProjectService—Frontend/src/app/services/sales/project.service.ts:1NewProject—Frontend/src/app/components/market/projects/newProject.ts:52
Was this page helpful?