Kind: Class
Source: Frontend/src/app/models/security/role.model.ts (line 3)
Part of: Frontend
Properties
| Property | Type |
|---|---|
RoleID | number |
CompanyBranchID | number |
Name | string |
GroupId | number |
IsLimitedSuppliers | boolean |
IsActive | boolean |
IsMain | boolean |
PermissionsList | RolePermission[] |
rolePermissions | boolean[][] |
IsSystemRole | boolean |
PersonId | number |
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)
AccountManagersComponent—Frontend/src/app/components/configuration/account-managers/account-managers.component.ts:1MyProfileComponent—Frontend/src/app/components/security/my-profile/my-profile.component.ts:1RolesDetailsComponent—Frontend/src/app/components/security/roles/roles-details/roles-details.component.ts:1RolesComponent—Frontend/src/app/components/security/roles/roles.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:1
…and 2 more.
Was this page helpful?