Kind: Class
Source: Frontend/src/app/models/security/user-role.model.ts (line 1)
Part of: Frontend
Properties
| Property | Type |
|---|---|
RoleUserID | number |
RoleID | number |
Name | string |
PersonUserID | number |
IsJoined | boolean |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
NewUserComponent—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:1PersonUserService—Frontend/src/app/services/security/person-user.service.ts:1
Was this page helpful?