Kind: Class
Source: Frontend/src/app/models/security/person-user.model.ts (line 3)
Part of: Frontend
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 |
IsResponsible | boolean |
TwoFactorEnabled | boolean |
Relationships
- IMPORTS →
RoleUser - IMPORTS →
UserBranchsPermissions
Used by
7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (7)
AccountManagersComponent—Frontend/src/app/components/configuration/account-managers/account-managers.component.ts:1UserEditComponent—Frontend/src/app/components/security/users/edit/edit.component.ts:1NewUserComponent—Frontend/src/app/components/security/users/new/newUser.component.ts:1PrincipalUserDetailsComponent—Frontend/src/app/components/security/users/principal-user-details/principal-user-details.component.ts:1UserDetailsComponent—Frontend/src/app/components/security/users/users-details/user-details.component.ts:1UsersListComponent—Frontend/src/app/components/security/users/users-list/users-list.component.ts:1Person—Frontend/src/app/models/person/person.model.ts:4
Was this page helpful?