Class RemoveProxyCommand
Inheritance
System.Object
RemoveProxyCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class RemoveProxyCommand : ProxyCommandBase, IConsoleCommand, ITransientDependency
Constructors
RemoveProxyCommand(CliService)
Declaration
public RemoveProxyCommand(CliService cliService)
Parameters
Fields
Name
Declaration
public const string Name = null
Field Value
Type |
Description |
System.String |
|
Properties
CommandName
Declaration
protected override string CommandName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
SchematicsCommandName
Declaration
protected override string SchematicsCommandName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Implements
ITransientDependency
Extension Methods