# SupplierProjectRegistration

**Kind:** Class

**Source:** `Pams/Web/Pams.WebApp/Client/app/models/common/ClientSupplierRegistration.model.ts` (line 26)

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

## Properties

| Property | Type |
|---|---|
| `ProjectName` | `string` |
| `ProjectStatusName` | `string` |
| `Status` | `string` |
| `ProjectID` | `number` |
| `SupplierID` | `number` |
| `ID` | `number` |
| `RegistrationStatusID` | `number` |
| `RegistrationDate` | `Date` |
| `ModificationDate` | `Date` |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `AccountsService` — `Pams/Web/Pams.WebApp/Client/app/services/person/accounts.service.ts`:1
- `SupplierService` — `Pams/Web/Pams.WebApp/Client/app/services/person/supplier.service.ts`:1
- `ProjectService` — `Pams/Web/Pams.WebApp/Client/app/services/sales/project.service.ts`:1
