Class TestDataBuilder
Inheritance
TestDataBuilder
Assembly: Volo.Abp.TestApp.dll
Syntax
public class TestDataBuilder : ITransientDependency
Constructors
TestDataBuilder(IBasicRepository<Person, Guid>, ICityRepository, IRepository<EntityWithIntPk, int>, IRepository<Product, Guid>)
Declaration
public TestDataBuilder(IBasicRepository<Person, Guid> personRepository, ICityRepository cityRepository, IRepository<EntityWithIntPk, int> entityWithIntPksRepository, IRepository<Product, Guid> productRepository)
Parameters
Properties
IstanbulCityId
Declaration
public static Guid IstanbulCityId { get; }
Property Value
LondonCityId
Declaration
public static Guid LondonCityId { get; }
Property Value
ProductId
Declaration
public static Guid ProductId { get; }
Property Value
TenantId1
Declaration
public static Guid TenantId1 { get; }
Property Value
TenantId2
Declaration
public static Guid TenantId2 { get; }
Property Value
UserDouglasId
Declaration
public static Guid UserDouglasId { get; }
Property Value
UserJohnDeletedId
Declaration
public static Guid UserJohnDeletedId { get; }
Property Value
Methods
BuildAsync()
Declaration
Returns
Implements
Extension Methods