Class User.RoleRef
Role reference
public class User.RoleRef
- Inheritance
-
User.RoleRef
- Inherited Members
- Extension Methods
Constructors
RoleRef()
public RoleRef()
Properties
Role
Assigned user role
public Role? Role { get; set; }
Property Value
User
Assigned user
public User? User { get; set; }