# PersonUser

**Kind:** Class

**Source:** `Pams/Web/Pams.WebApp/Client/app/models/security/person-user.model.ts` (line 3)

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

## Properties

| Property | Type |
|---|---|
| `PersonUserID` | `number` |
| `UserName` | `string` |
| `PasswordHash` | `string` |
| `PasswordSalt` | `string` |
| `IsActive` | `boolean` |
| `Email` | `string` |
| `EmailConfirmationCode` | `string` |
| `EmailConfirmed` | `boolean` |
| `PhoneNumber` | `string` |
| `PhoneNumberConfirmationCode` | `string` |
| `PhoneNumberConfirmed` | `boolean` |
| `LockoutEnabled` | `boolean` |
| `IsMain` | `boolean` |
| `UserRoles` | `RoleUser[]` |
| `AllowedBranchs` | `UserBranchsPermissions[]` |
| `EmpolyeeID` | `number` |
| `LinkedtoEmpolyee` | `boolean` |

## Relationships

- IMPORTS → `RoleUser`
- IMPORTS → `UserBranchsPermissions`

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

- `Person` — `Pams/Web/Pams.WebApp/Client/app/models/person/person.model.ts`:4
