# WarehouseArea

**Kind:** Class

**Source:** `Frontend/src/app/components/configuration/company/warehouse/warehouse-config.ts` (line 18)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyId` | `number` |
| `StoreId` | `number` |
| `AreaName` | `string` |
| `AreaDescription` | `string` |
| `ShortName` | `string` |
| `XPositionName` | `string` |
| `YPositionName` | `string` |
| `ZPositionName` | `string` |
| `AreaAdminId` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `IsDefault` | `boolean` |

## Used by

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

### Imported by (2)

- `WarehouseConfigDetailsComponent` — `Frontend/src/app/components/configuration/company/warehouse/warehouse-config-details/warehouse-config-details.component.ts`:1
- `WarehouseConfigService` — `Frontend/src/app/components/configuration/company/warehouse/warehouse-config.service.ts`:1
