Class NewCommand
Inheritance
System.Object
NewCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class NewCommand : object, IConsoleCommand, ITransientDependency
Constructors
NewCommand(TemplateProjectBuilder)
Declaration
public NewCommand(TemplateProjectBuilder templateProjectBuilder)
Parameters
Properties
Logger
Declaration
public ILogger<NewCommand> Logger { get; set; }
Property Value
TemplateProjectBuilder
Declaration
protected TemplateProjectBuilder TemplateProjectBuilder { get; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetDatabaseProvider(CommandLineArgs)
Declaration
protected virtual DatabaseProvider GetDatabaseProvider(CommandLineArgs commandLineArgs)
Parameters
Returns
GetMobilePreference(CommandLineArgs)
Declaration
protected virtual MobileApp GetMobilePreference(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
Type |
Description |
System.String |
|
GetUiFramework(CommandLineArgs)
Declaration
protected virtual UiFramework GetUiFramework(CommandLineArgs commandLineArgs)
Parameters
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods