# DashboardDataFields

**Kind:** Class

**Source:** `Pams/Web/Pams.WebApp/Client/app/core/models/dashboard-data-fields.ts` (line 567)

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

## Properties

| Property | Type |
|---|---|
| `FieldName` | `string` |
| `OperationType` | `OperationTypeEnum` |
| `DisplayName` | `string` |
| `DataType` | `DataTypeEnum` |
| `MeasureType` | `Measure` |
| `Expression` | `string` |
| `GroupedDateType` | `DateGroupEnum` |
| `DeltaActualOperationType` | `Measure` |
| `DeltaTargetDataField` | `string` |
| `DeltaGroupsTypeValue` | `string[]` |
| `DeltaTargetOperationType` | `OperationTypeEnum` |
| `SparkDateFieldName` | `string` |
| `SparkDateType` | `DateGroupEnum` |
| `Caption` | `string` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `DashboardWidget` — `Pams/Web/Pams.WebApp/Client/app/models/dashboard/dashboard-widget.model.ts`:11
