Class MultitenantRole
Represents a role in the multi-tenant identity system.
Inherited Members
Microsoft.AspNetCore.Identity.IdentityRole<System.Guid>.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public class MultitenantRole : IdentityRole, IHaveClaims, IMultitenantRole, IRole, IMultitenantEntity, ISupportMultitenant
Properties
TenantId
Gets or sets the identity of the tenant that this role belongs to.
Declaration
public Guid TenantId { get; set; }
Property Value
System.Guid
|
Implements
Explicit Interface Implementations
ISupportMultitenant.OwnerId
Declaration
Guid ISupportMultitenant.OwnerId { get; }
Returns
System.Guid
|