# DashboardDataFields

**Kind:** Class

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

**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

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)

- `DashboardWidgetOperationsService` — `Pams/Web/Pams.Web/Client/app/services/dashboard/dashboard-widget-operations.service.ts`:1
- `DashboardWidget` — `Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard-widget.model.ts`:10
- `Operations` — `Pams/Web/Pams.Web/Client/app/components/dashboard/dashboard-operations.ts`:15
