Show / Hide Table of Contents

Class DerivedClassFinder

Inheritance
System.Object
DerivedClassFinder
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
ILogger<DerivedClassFinder>

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft