Show / Hide Table of Contents

Class TenantPermission

Represents that a specific tenant has permission to use a specific functionality.

Inheritance
Object
TenantPermission
Inherited Members
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)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TenantPermission

Properties

FunctionalityId

Gets the identity of the functionality.

Declaration
public Guid FunctionalityId { get; set; }
Property Value
System.Guid

TenantId

Gets the identity of the tenant.

Declaration
public Guid TenantId { get; set; }
Property Value
System.Guid

Back to top Generated by DocFX