Class DerivedClassFinder
Inheritance
object
DerivedClassFinder
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectModification
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
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><DerivedClassFinder> |
Methods
Find(string, string)
Declaration
public virtual List<string> Find(string csprojFilePath, string baseClass)
Parameters
| Type | Name | Description |
|---|---|---|
| string | csprojFilePath | |
| string | baseClass |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
IsDerived(string, string)
Declaration
protected bool IsDerived(string csFile, string baseClass)
Parameters
| Type | Name | Description |
|---|---|---|
| string | csFile | |
| string | baseClass |
Returns
| Type | Description |
|---|---|
| bool |