Class GenerateProxyCommand
Inheritance
GenerateProxyCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GenerateProxyCommand : ProxyCommandBase<GenerateProxyCommand>, IConsoleCommand, ITransientDependency
Constructors
GenerateProxyCommand(IOptions<AbpCliServiceProxyOptions>, IServiceScopeFactory)
Declaration
public GenerateProxyCommand(IOptions<AbpCliServiceProxyOptions> serviceProxyOptions, IServiceScopeFactory serviceScopeFactory)
Parameters
Fields
Name
Declaration
public const string Name = "generate-proxy"
Field Value
Properties
CommandName
Declaration
protected override string CommandName { get; }
Property Value
Overrides
Methods
GetShortDescription()
Declaration
public static string GetShortDescription()
Returns
GetUsageInfo()
Declaration
public override string GetUsageInfo()
Returns
Overrides
Implements
Extension Methods