Class MethodFeatureTestService
Inheritance
object
MethodFeatureTestService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.Tests.dll
Syntax
public class MethodFeatureTestService : ITransientDependency, IMethodFeatureTestService
Constructors
MethodFeatureTestService()
Declaration
public MethodFeatureTestService()
Methods
Feature1Async()
Declaration
[RequiresFeature(new string[] { "BooleanTestFeature1" })]
public Task<int> Feature1Async()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
NonFeatureAsync()
Declaration
public Task NonFeatureAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |