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