Show / Hide Table of Contents

Class MultitenantRole

Represents a role in the multi-tenant identity system.

Inheritance
Object
IdentityRole<System.Guid>
IdentityRole
MultitenantRole
Inherited Members
IdentityRole.BuiltIn
IdentityRole.External
IdentityRole.ExternalName
IdentityRole.AddForNewUser
IdentityRole.Claims
IdentityRole.GetClaims(String)
IdentityRole.IHaveClaims.GetClaims()
Microsoft.AspNetCore.Identity.IdentityRole<System.Guid>.ToString()
IdentityRole<Guid>.Id
IdentityRole<Guid>.Name
IdentityRole<Guid>.NormalizedName
IdentityRole<Guid>.ConcurrencyStamp
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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
IMultitenantEntity.TenantId

Explicit Interface Implementations

ISupportMultitenant.OwnerId

Declaration
Guid ISupportMultitenant.OwnerId { get; }
Returns
System.Guid

Implements
ISupportMultitenant.OwnerId
Back to top Generated by DocFX