Class AddModuleCommand
Inheritance
AddModuleCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AddModuleCommand : IConsoleCommand, ITransientDependency
Constructors
AddModuleCommand(SolutionModuleAdder, SolutionPackageVersionFinder, IOptions<AbpCliOptions>)
Declaration
public AddModuleCommand(SolutionModuleAdder solutionModuleAdder, SolutionPackageVersionFinder solutionPackageVersionFinder, IOptions<AbpCliOptions> options)
Parameters
Fields
Name
Declaration
public const string Name = "add-module"
Field Value
Properties
LastAddedModuleInfo
Declaration
public AddModuleInfoOutput LastAddedModuleInfo { get; }
Property Value
Logger
Declaration
public ILogger<AddModuleCommand> Logger { get; set; }
Property Value
SolutionModuleAdder
Declaration
protected SolutionModuleAdder SolutionModuleAdder { get; }
Property Value
SolutionPackageVersionFinder
Declaration
public SolutionPackageVersionFinder SolutionPackageVersionFinder { get; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public static string GetShortDescription()
Returns
GetSolutionFile(CommandLineArgs)
Declaration
protected virtual string GetSolutionFile(CommandLineArgs commandLineArgs)
Parameters
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Implements
Extension Methods