Show / Hide Table of Contents

Class AccountTestData

Inheritance
object
AccountTestData
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.Account.Pro.Application.Tests.Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Application.Tests.dll
Syntax
public class AccountTestData : ISingletonDependency

Constructors

AccountTestData()

Declaration
public AccountTestData()

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

UserDavidId

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

UserJohnId

Declaration
public Guid UserJohnId { get; }
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