Class IdentityTestData
Inheritance
IdentityTestData
Implements
ISingletonDependency
Assembly: Volo.Abp.Identity.Pro.TestBase.dll
Syntax
public class IdentityTestData : ISingletonDependency
Constructors
IdentityTestData()
Declaration
public IdentityTestData()
Properties
AgeClaimId
Declaration
public Guid AgeClaimId { get; }
Property Value
EducationClaimId
Declaration
public Guid EducationClaimId { get; }
Property Value
RoleModeratorId
Declaration
public Guid RoleModeratorId { get; }
Property Value
SocialNumberClaimId
Declaration
public Guid SocialNumberClaimId { get; }
Property Value
UserDavidId
Declaration
public Guid UserDavidId { get; }
Property Value
UserDavidSecurityLogId
Declaration
public Guid UserDavidSecurityLogId { get; set; }
Property Value
UserJohnId
Declaration
public Guid UserJohnId { get; }
Property Value
UserJohnSecurityLogId
Declaration
public Guid UserJohnSecurityLogId { get; set; }
Property Value
UserNeoId
Declaration
public Guid UserNeoId { get; }
Property Value
Implements
Volo.Abp.DependencyInjection.ISingletonDependency