Table of Contents

Class UserGroupUserClaimMappingSqlModel

Namespace
OpenSettings.Domains.Sql.Entities
Assembly
OpenSettings.dll

Represents a user group-claim mapping entity.

public class UserGroupUserClaimMappingSqlModel : EntityBase<Guid>
Inheritance
UserGroupUserClaimMappingSqlModel
Inherited Members

Properties

CreatedBy

The user who created this user group-claim mapping.

public virtual UserSqlModel CreatedBy { get; set; }

Property Value

UserSqlModel

CreatedById

The id of the user who created this user group-claim mapping.

public Guid? CreatedById { get; set; }

Property Value

Guid?

Tenant

public virtual TenantSqlModel Tenant { get; set; }

Property Value

TenantSqlModel

TenantId

public Guid? TenantId { get; set; }

Property Value

Guid?

UserClaim

The user claim associated with this mapping.

public virtual UserClaimSqlModel UserClaim { get; set; }

Property Value

UserClaimSqlModel

UserClaimId

The id of the associated user claim.

public Guid UserClaimId { get; set; }

Property Value

Guid

UserGroup

The user group associated with this mapping.

public virtual UserGroupSqlModel UserGroup { get; set; }

Property Value

UserGroupSqlModel

UserGroupId

The id of the associated user group.

public Guid UserGroupId { get; set; }

Property Value

Guid