Class SwitchStableCommand
Inheritance
System.Object
SwitchStableCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SwitchStableCommand : object, IConsoleCommand, ITransientDependency
Constructors
SwitchStableCommand(PackageSourceSwitcher)
Declaration
public SwitchStableCommand(PackageSourceSwitcher packageSourceSwitcher)
Parameters
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