Class UserGroupMappingSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents a user-group mapping entity.
public class UserGroupMappingSqlModel : EntityBase<Guid>
- Inheritance
-
UserGroupMappingSqlModel
- Inherited Members
Properties
CreatedBy
The user who created this user user-group mapping.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this user-group mapping.
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?
User
The user associated with this mapping.
public virtual UserSqlModel User { get; set; }
Property Value
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
UserId
The id of the associated user.
public Guid UserId { get; set; }