Skip to content

Role

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/security/role.model.ts (line 3)

Part of: Frontend

Properties

PropertyType
RoleIDnumber
CompanyBranchIDnumber
Namestring
GroupIdnumber
IsLimitedSuppliersboolean
IsActiveboolean
IsMainboolean
PermissionsListRolePermission[]
rolePermissionsboolean[][]
IsSystemRoleboolean
PersonIdnumber

Relationships

  • IMPORTS → RolePermission
  • IMPORTS → Person

Used by

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

Imported by (10)

  • AccountManagersComponentFrontend/src/app/components/configuration/account-managers/account-managers.component.ts:1
  • MyProfileComponentFrontend/src/app/components/security/my-profile/my-profile.component.ts:1
  • RolesDetailsComponentFrontend/src/app/components/security/roles/roles-details/roles-details.component.ts:1
  • RolesComponentFrontend/src/app/components/security/roles/roles.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

…and 2 more.

Was this page helpful?

Download as PDF