Class InitialMigrationCreator
Inheritance
InitialMigrationCreator
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class InitialMigrationCreator : ITransientDependency
Constructors
Declaration
public InitialMigrationCreator(ICmdHelper cmdHelper, DotnetEfToolManager dotnetEfToolManager)
Parameters
Properties
CmdHelper
Declaration
public ICmdHelper CmdHelper { get; }
Property Value
Declaration
public DotnetEfToolManager DotnetEfToolManager { get; }
Property Value
Logger
Declaration
public ILogger<InitialMigrationCreator> Logger { get; set; }
Property Value
Methods
CreateAsync(string, bool)
Declaration
public Task<bool> CreateAsync(string targetProjectFolder, bool layeredTemplate = true)
Parameters
Type |
Name |
Description |
string |
targetProjectFolder |
|
bool |
layeredTemplate |
|
Returns
Implements
Extension Methods