Class IdentityModuleExtensionConsts.EntityNames
Inheritance
System.Object
IdentityModuleExtensionConsts.EntityNames
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class EntityNames : object
Fields
ClaimType
Declaration
public const string ClaimType = null
Field Value
Type |
Description |
System.String |
|
OrganizationUnit
Declaration
public const string OrganizationUnit = null
Field Value
Type |
Description |
System.String |
|
Role
Declaration
public const string Role = null
Field Value
Type |
Description |
System.String |
|
User
Declaration
public const string User = null
Field Value
Type |
Description |
System.String |
|