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