Class GenerateProxyCommand
Inheritance
System.Object
GenerateProxyCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GenerateProxyCommand : object, IConsoleCommand, ITransientDependency
Constructors
GenerateProxyCommand(TemplateProjectBuilder)
Declaration
public GenerateProxyCommand(TemplateProjectBuilder templateProjectBuilder)
Parameters
Fields
output
Declaration
public static string output
Field Value
| Type |
Description |
| System.String |
|
outputPrefix
Declaration
public static string outputPrefix
Field Value
| Type |
Description |
| System.String |
|
propertyList
Declaration
public static Dictionary<string, Dictionary<string, string>> propertyList
Field Value
| Type |
Description |
| Dictionary<System.String, Dictionary<System.String, System.String>> |
|
Properties
Logger
Declaration
public ILogger<GenerateProxyCommand> Logger { get; set; }
Property Value
TemplateProjectBuilder
Declaration
protected TemplateProjectBuilder TemplateProjectBuilder { get; }
Property Value
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