Skip to content

PersonUser

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/security/person-user.model.ts (line 3)

Part of: Frontend

Properties

PropertyType
PersonUserIDnumber
UserNamestring
PasswordHashstring
PasswordSaltstring
IsActiveboolean
Emailstring
EmailConfirmationCodestring
EmailConfirmedboolean
PhoneNumberstring
PhoneNumberConfirmationCodestring
PhoneNumberConfirmedboolean
LockoutEnabledboolean
IsMainboolean
UserRolesRoleUser[]
AllowedBranchsUserBranchsPermissions[]
EmpolyeeIDnumber
LinkedtoEmpolyeeboolean
IsResponsibleboolean
TwoFactorEnabledboolean

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)

  • AccountManagersComponentFrontend/src/app/components/configuration/account-managers/account-managers.component.ts:1
  • UserEditComponentFrontend/src/app/components/security/users/edit/edit.component.ts:1
  • NewUserComponentFrontend/src/app/components/security/users/new/newUser.component.ts:1
  • PrincipalUserDetailsComponentFrontend/src/app/components/security/users/principal-user-details/principal-user-details.component.ts:1
  • UserDetailsComponentFrontend/src/app/components/security/users/users-details/user-details.component.ts:1
  • UsersListComponentFrontend/src/app/components/security/users/users-list/users-list.component.ts:1
  • PersonFrontend/src/app/models/person/person.model.ts:4

Was this page helpful?

Download as PDF