Show / Hide Table of Contents

Class IdentityTestData

Inheritance
object
IdentityTestData
Implements
ISingletonDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
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
Type Description
Guid

EducationClaimId

Declaration
public Guid EducationClaimId { get; }
Property Value
Type Description
Guid

RoleModeratorId

Declaration
public Guid RoleModeratorId { get; }
Property Value
Type Description
Guid

SocialNumberClaimId

Declaration
public Guid SocialNumberClaimId { get; }
Property Value
Type Description
Guid

UserDavidId

Declaration
public Guid UserDavidId { get; }
Property Value
Type Description
Guid

UserDavidSecurityLogId

Declaration
public Guid UserDavidSecurityLogId { get; set; }
Property Value
Type Description
Guid

UserJohnId

Declaration
public Guid UserJohnId { get; }
Property Value
Type Description
Guid

UserJohnSecurityLogId

Declaration
public Guid UserJohnSecurityLogId { get; set; }
Property Value
Type Description
Guid

UserNeoId

Declaration
public Guid UserNeoId { get; }
Property Value
Type Description
Guid

Implements

Volo.Abp.DependencyInjection.ISingletonDependency
In this article
Back to top Powered by Volosoft