Class ProxyCommandBase
Inheritance
System.Object
ProxyCommandBase
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public abstract class ProxyCommandBase : object, IConsoleCommand, ITransientDependency
Constructors
ProxyCommandBase(CliService)
Declaration
public ProxyCommandBase(CliService cliService)
Parameters
Properties
CliService
Declaration
public CliService CliService { get; }
Property Value
CommandName
Declaration
protected abstract string CommandName { get; }
Property Value
Type |
Description |
System.String |
|
Logger
Declaration
public ILogger<HelpCommand> Logger { get; set; }
Property Value
SchematicsCommandName
Declaration
protected abstract string SchematicsCommandName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
Type |
Description |
System.String |
|
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods