# ClientDelay

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/client-delay.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `ClientDelayID` | `number` |
| `Description` | `string` |
| `DelayTimeUnitID` | `number` |
| `DelayTimeCount` | `number` |
| `DelaySerial` | `number` |
| `jobProcessID` | `number` |
| `AttachedFiles` | `AttachedfileView[]` |
| `AttachChanged` | `any` |
| `Empty` | `boolean` |

## Relationships

- IMPORTS → `AttachedfileView`

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

- `ClientDelayService` — `Frontend/src/app/services/sales/client-delay.service.ts`:1
- `TempInq` — `Frontend/src/app/models/sales/inquiry.model.ts`:17
- `InquiryContact` — `Frontend/src/app/models/sales/job-process.model.ts`:4
