# ProjectsSuppliersRegisteration

**Kind:** Class

**Source:** `Frontend/src/app/models/common/projects-suppliers-registeration.model.ts` (line 2)

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

## 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`:1
- `ProjectsSuppliersRegisterationService` — `Frontend/src/app/services/common/projects-suppliers-registeration.service.ts`:1
- `ProjectService` — `Frontend/src/app/services/sales/project.service.ts`:1
- `NewProject` — `Frontend/src/app/components/market/projects/newProject.ts`:52
