Class UserRoleUserGroupMappingSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents a user role-group mapping entity.
public class UserRoleUserGroupMappingSqlModel : EntityBase<Guid>
- Inheritance
-
UserRoleUserGroupMappingSqlModel
- Inherited Members
Properties
CreatedBy
The user who created this user role-group mapping.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this user role-group.
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Tenant
public virtual TenantSqlModel Tenant { get; set; }
Property Value
TenantId
public Guid? TenantId { get; set; }
Property Value
- Guid?
UserGroup
The user group associated with this mapping.
public virtual UserGroupSqlModel UserGroup { get; set; }
Property Value
UserGroupId
The id of the associated user group.
public Guid UserGroupId { get; set; }
Property Value
UserRole
The user role associated with this mapping.
public virtual UserRoleSqlModel UserRole { get; set; }
Property Value
UserRoleId
The id of the associated user role.
public Guid UserRoleId { get; set; }