Show / Hide Table of Contents

Class IdentityModuleExtensionConsts.EntityNames

Inheritance
object
IdentityModuleExtensionConsts.EntityNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentityModuleExtensionConsts.EntityNames

Fields

ClaimType

Declaration
public const string ClaimType = "ClaimType"
Field Value
Type Description
string

IdentitySession

Declaration
public const string IdentitySession = "IdentitySession"
Field Value
Type Description
string

OrganizationUnit

Declaration
public const string OrganizationUnit = "OrganizationUnit"
Field Value
Type Description
string

Role

Declaration
public const string Role = "Role"
Field Value
Type Description
string

User

Declaration
public const string User = "User"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform