# JobListLayout

**Kind:** Class

**Source:** `Frontend/src/app/models/common/job-list-layout.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `LayoutID` | `number` |
| `LayoutStringified` | `string` |
| `StatusID` | `number` |
| `LayoutName` | `string` |
| `UserID` | `number` |
| `IsCurrent` | `boolean` |
| `IsStandard` | `boolean` |
| `CompanyId` | `number` |

## Used by

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

### Imported by (14)

- `AccountManagersComponent` — `Frontend/src/app/components/configuration/account-managers/account-managers.component.ts`:1
- `BranchDetailsComponent` — `Frontend/src/app/components/configuration/company/main-branch/branch-details.component.ts`:1
- `DefaultLayoutsComponent` — `Frontend/src/app/components/configuration/default-layouts/default-layouts.component.ts`:1
- `UsersLayoutsComponent` — `Frontend/src/app/components/configuration/default-layouts/users-layouts/users-layouts.component.ts`:1
- `AccountManagersListComponent` — `Frontend/src/app/components/market/AccountManagers/account-managers-list/account-managers-list.component.ts`:1
- `AllAccountsComponent` — `Frontend/src/app/components/market/all-accounts/all-accounts.component.ts`:1
- `ClientComponent` — `Frontend/src/app/components/market/client/client/client.component.ts`:1
- `PrincipalComponent` — `Frontend/src/app/components/market/principles/principles/principles.component.ts`:1

…and 6 more.
