# ProjectsSuppliersRegisteration

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/projects-suppliers-registeration.model.ts` (line 2)

**Part of:** [Pams](subsystem-pams)

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

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)

- `ProjectService` — `Pams/Web/Pams.Web/Client/app/services/sales/project.service.ts`:1
- `NewProject` — `Pams/Web/Pams.Web/Client/app/components/market/projects/newProject.ts`:51
