Class MethodInvocationFeatureCheckerService
Inheritance
System.Object
MethodInvocationFeatureCheckerService
Implements
ITransientDependency
Assembly: Volo.Abp.Features.dll
Syntax
public class MethodInvocationFeatureCheckerService : object, IMethodInvocationFeatureCheckerService, ITransientDependency
Constructors
MethodInvocationFeatureCheckerService(IFeatureChecker)
Declaration
public MethodInvocationFeatureCheckerService(IFeatureChecker featureChecker)
Parameters
Methods
CheckAsync(MethodInvocationFeatureCheckerContext)
Declaration
public Task CheckAsync(MethodInvocationFeatureCheckerContext context)
Parameters
Returns
GetRequiredFeatureAttributes(MethodInfo)
Declaration
protected virtual IEnumerable<RequiresFeatureAttribute> GetRequiredFeatureAttributes(MethodInfo methodInfo)
Parameters
Type |
Name |
Description |
MethodInfo |
methodInfo |
|
Returns
IsFeatureCheckDisabled(MethodInvocationFeatureCheckerContext)
Declaration
protected virtual bool IsFeatureCheckDisabled(MethodInvocationFeatureCheckerContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
ITransientDependency
Extension Methods