Class AddModuleCommand
Inheritance
System.Object
AddModuleCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AddModuleCommand : object, IConsoleCommand, ITransientDependency
Constructors
AddModuleCommand(SolutionModuleAdder, SolutionAbpVersionFinder)
Declaration
public AddModuleCommand(SolutionModuleAdder solutionModuleAdder, SolutionAbpVersionFinder solutionAbpVersionFinder)
Parameters
Properties
Logger
Declaration
public ILogger<AddModuleCommand> Logger { get; set; }
Property Value
SolutionAbpVersionFinder
Declaration
public SolutionAbpVersionFinder SolutionAbpVersionFinder { get; }
Property Value
SolutionModuleAdder
Declaration
protected SolutionModuleAdder SolutionModuleAdder { get; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
| Type |
Description |
| System.String |
|
GetSolutionFile(CommandLineArgs)
Declaration
protected virtual string GetSolutionFile(CommandLineArgs commandLineArgs)
Parameters
Returns
| Type |
Description |
| System.String |
|
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
| Type |
Description |
| System.String |
|
Implements
ITransientDependency
Extension Methods