# ClientSupplierRegistration

**Kind:** Class

**Source:** `Frontend/src/app/models/common/ClientSupplierRegistration.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `SupplierName` | `string` |
| `SupplierTypeName` | `string` |
| `MarketSegmentName` | `string` |
| `ProjectCount` | `number` |
| `Status` | `string` |
| `SupplierID` | `number` |
| `RegistrationStatusID` | `number` |
| `ID` | `number` |
| `ClientID` | `number` |
| `RegistrationDate` | `Date` |
| `ModificationDate` | `Date` |
| `RegistrationNo` | `string` |

## Used by

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

### Imported by (8)

- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `RegistrationsComponent` — `Frontend/src/app/components/market/registrations/registrations/registrations.component.ts`:1
- `RegisterationsDataComponent` — `Frontend/src/app/components/registerations-data/registerations-data.component.ts`:1
- `AccountsService` — `Frontend/src/app/services/person/accounts.service.ts`:1
- `ClientService` — `Frontend/src/app/services/person/client.service.ts`:1
- `SupplierService` — `Frontend/src/app/services/person/supplier.service.ts`:1
- `AccountType` — `Frontend/src/app/models/person/accounts.model.ts`:13
- `Client` — `Frontend/src/app/models/person/client.model.ts`:5
