# RoleDashboard

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard.model.ts` (line 58)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `UserId` | `number` |
| `RoleId` | `number` |
| `DashboardName` | `string` |
| `IsActive` | `boolean` |
| `CompanyId` | `number` |
| `TabCount` | `number` |
| `WidgetCount` | `number` |
| `DashboardJson` | `string` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `IsPreparedByAdmin` | `boolean` |

## Used by

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

### Imported by (4)

- `ReportsSettingsDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/reports-settings/reports-settings-details/reports-settings-details.component.ts`:1
- `ReportsLibraryComponent` — `Pams/Web/Pams.Web/Client/app/components/dashboard/reports-library/reports-library.component.ts`:1
- `ReportsComponent` — `Pams/Web/Pams.Web/Client/app/components/reports/reports.component.ts`:1
- `CachingWidgetData` — `Pams/Web/Pams.Web/Client/app/services/dashboard/dashboard-library.service.ts`:1
