Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/security/role.model.ts (line 3)
Part of: Pams
Properties
| Property | Type |
|---|---|
RoleID | number |
CompanyBranchID | number |
Name | string |
IsLimitedSuppliers | boolean |
IsActive | boolean |
IsMain | boolean |
PermissionsList | RolePermission[] |
rolePermissions | boolean[][] |
IsSystemRole | boolean |
PersonId | number |
Relationships
- IMPORTS →
RolePermission - IMPORTS →
Person
Used by
9 references from 9 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (9)
AccountManagersComponent—Pams/Web/Pams.Web/Client/app/components/configuration/account-managers/account-managers.component.ts:1RoleEditComponent—Pams/Web/Pams.Web/Client/app/components/security/roles/edit/edit.component.ts:1NewRoleComponent—Pams/Web/Pams.Web/Client/app/components/security/roles/new/new.component.ts:1RolesComponent—Pams/Web/Pams.Web/Client/app/components/security/roles/roles.component.ts:1UserEditComponent—Pams/Web/Pams.Web/Client/app/components/security/users/edit/edit.component.ts:1NewUserComponent—Pams/Web/Pams.Web/Client/app/components/security/users/new/newUser.component.ts:1PrincipalUserDetailsComponent—Pams/Web/Pams.Web/Client/app/components/security/users/principal-user-details/principal-user-details.component.ts:1UsersComponent—Pams/Web/Pams.Web/Client/app/components/security/users/users.component.ts:1
…and 1 more.
Was this page helpful?