Class AddModuleCommand
Inheritance
object
AddModuleCommand
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
| Type |
Description |
| Microsoft.Extensions.Logging.ILogger<TCategoryName><AddModuleCommand> |
|
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
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
GetSolutionFile(CommandLineArgs)
Declaration
protected virtual string GetSolutionFile(CommandLineArgs commandLineArgs)
Parameters
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Implements
Extension Methods