Class UserRole
public class UserRole : ModelBase, IAuditable
- Inheritance
-
UserRole
- Implements
- Inherited Members
Properties
EffectiveDate
Start of when this assignment is valid. See also ExpiryDate
public DateTime? EffectiveDate { get; set; }
Property Value
ExpiryDate
End of when this assignment is valid. See also EffectiveDate
public DateTime? ExpiryDate { get; set; }
Property Value
IgnoreSecurityStamp
Indicates that the User Security Stamp should not be updated when this user role is added or updated
[NotMapped]
public bool IgnoreSecurityStamp { get; set; }
Property Value
Role
Direct reference to the Role object. TODO: todoc - is this always populated?
public Role Role { get; set; }
Property Value
RoleId
public int RoleId { get; set; }
Property Value
User
Direct reference to the User object. TODO: todoc - is this always populated?
public User User { get; set; }
Property Value
UserId
public int UserId { get; set; }
Property Value
UserRoleId
Id of this assignment
public int UserRoleId { get; set; }