# LogHistory

**Kind:** Class

**Source:** `Frontend/src/app/components/log-history/log-history-model.ts` (line 203)

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

## Properties

| Property | Type |
|---|---|
| `ActionTypeId` | `number` |
| `UserName` | `string` |
| `UserId` | `number` |
| `ActionDate` | `Date` |
| `JobNo` | `string` |
| `JobId` | `number` |
| `Changes` | `LogDetails[]` |
| `ModuleId` | `number` |
| `Comment` | `string` |
| `_isOpened` | `boolean` |

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

- `LogChangesRowComponent` — `Frontend/src/app/components/log-history/log-changes-row/log-changes-row.component.ts`:1
- `LogHistoryComponent` — `Frontend/src/app/components/log-history/log-history.component.ts`:1
- `LogHistoryService` — `Frontend/src/app/components/log-history/log-history.service.ts`:1
