Kind: Class
Source: Pams/Web/portal/pams-web/src/app/models/core/profile/person.model.ts (line 5)
Part of: Pams Web
Properties
| Property | Type |
|---|---|
PersonID | number |
CompanyID | number |
CompanyBranchID | number |
PersonTypeID | number |
Password | string |
Title | string |
FirstName | string |
MiddleName | string |
LastName | string |
Suffix | string |
DisplayName | string |
ProfilePhoto | string |
IsActive | boolean |
IsResponsible | boolean |
CurrentCredential | PersonUser |
RolesNames | string |
BranchesNames | string |
IsManager | boolean |
FullName | string |
BaseSupplier | number |
BaseCurrency | string |
Branches | CompanyBranch[] |
Permissions | UserPremissions[] |
Relationships
- IMPORTS →
PersonUser - IMPORTS →
CompanyBranch - IMPORTS →
UserPremissions
Was this page helpful?