Skip to content

PersonUser

reference
1 min readUpdated

Kind: Class

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

Part of: Pams

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

6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (6)

  • AccountManagersComponentPams/Web/Pams.Web/Client/app/components/configuration/account-managers/account-managers.component.ts:1
  • UserEditComponentPams/Web/Pams.Web/Client/app/components/security/users/edit/edit.component.ts:1
  • NewUserComponentPams/Web/Pams.Web/Client/app/components/security/users/new/newUser.component.ts:1
  • PrincipalUserDetailsComponentPams/Web/Pams.Web/Client/app/components/security/users/principal-user-details/principal-user-details.component.ts:1
  • UsersComponentPams/Web/Pams.Web/Client/app/components/security/users/users.component.ts:1
  • PersonPams/Web/Pams.Web/Client/app/models/person/person.model.ts:4

Was this page helpful?

Download as PDF