Class PackageSourceManager
Inheritance
System.Object
PackageSourceManager
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class PackageSourceManager : ITransientDependency
Constructors
PackageSourceManager()
Declaration
public PackageSourceManager()
Properties
Logger
Declaration
public ILogger<PackageSourceManager> Logger { get; set; }
Property Value
Methods
Add(String, String, String)
Declaration
public void Add(string solutionFolder, string sourceKey, string sourceValue)
Parameters
Type |
Name |
Description |
System.String |
solutionFolder |
|
System.String |
sourceKey |
|
System.String |
sourceValue |
|
Remove(String, String)
Declaration
public void Remove(string solutionFolder, string sourceKey)
Parameters
Type |
Name |
Description |
System.String |
solutionFolder |
|
System.String |
sourceKey |
|
Extension Methods