Class DataSeeder
Inheritance
System.Object
DataSeeder
Assembly: Volo.Abp.Data.dll
Syntax
public class DataSeeder : object, IDataSeeder, ITransientDependency
Constructors
DataSeeder(IOptions<AbpDataSeedOptions>, IHybridServiceScopeFactory)
Declaration
public DataSeeder(IOptions<AbpDataSeedOptions> options, IHybridServiceScopeFactory serviceScopeFactory)
Parameters
Properties
Options
Declaration
protected AbpDataSeedOptions Options { get; }
Property Value
ServiceScopeFactory
Declaration
protected IHybridServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Methods
SeedAsync(DataSeedContext)
Declaration
public virtual Task SeedAsync(DataSeedContext context)
Parameters
Returns
Implements
Extension Methods