Class DerivedClassFinder
Inheritance
System.Object
DerivedClassFinder
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DerivedClassFinder : ITransientDependency
Constructors
DerivedClassFinder()
Declaration
public DerivedClassFinder()
Properties
Logger
Declaration
public ILogger<DerivedClassFinder> Logger { get; set; }
Property Value
Methods
Find(String, String)
Declaration
public virtual List<string> Find(string csprojFilePath, string baseClass)
Parameters
| Type |
Name |
Description |
| System.String |
csprojFilePath |
|
| System.String |
baseClass |
|
Returns
| Type |
Description |
| List<System.String> |
|
IsDerived(String, String)
Declaration
protected bool IsDerived(string csFile, string baseClass)
Parameters
| Type |
Name |
Description |
| System.String |
csFile |
|
| System.String |
baseClass |
|
Returns
| Type |
Description |
| System.Boolean |
|
Extension Methods