# Category

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/common/category.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `CategoryID` | `number` |
| `CompanyBranchID` | `number` |
| `Category2ID` | `number` |
| `Name` | `string` |
| `IsRoot` | `boolean` |
| `IsParent` | `boolean` |
| `IsChild` | `boolean` |
| `Level` | `number` |
| `parentName` | `string` |

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

- `InvoiceDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `CustomSelectBoxComponent` — `Pams/Web/Pams.Web/Client/app/components/shared/custom-select-box/custom-select-box.component.ts`:1
