Show / Hide Table of Contents

Class AbpConventionalControllerFeatureProvider

Inheritance
object
Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider
AbpConventionalControllerFeatureProvider
Implements
Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<TFeature><ControllerFeature>
Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider
Inherited Members
Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.PopulateFeature(System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart>, Microsoft.AspNetCore.Mvc.Controllers.ControllerFeature)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Conventions
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpConventionalControllerFeatureProvider : ControllerFeatureProvider, IApplicationFeatureProvider<ControllerFeature>, IApplicationFeatureProvider

Constructors

AbpConventionalControllerFeatureProvider(IAbpApplication)

Declaration
public AbpConventionalControllerFeatureProvider(IAbpApplication application)
Parameters
Type Name Description
IAbpApplication application

Methods

IsController(TypeInfo)

Declaration
protected override bool IsController(TypeInfo typeInfo)
Parameters
Type Name Description
System.Reflection.TypeInfo typeInfo
Returns
Type Description
bool
Overrides
Microsoft.AspNetCore.Mvc.Controllers.ControllerFeatureProvider.IsController(System.Reflection.TypeInfo)

Implements

Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<TFeature>
Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft