Interface ISimpleStateChecker<TState>
Namespace: Volo.Abp.SimpleStateChecking
Assembly: Volo.Abp.Core.dll
Syntax
public interface ISimpleStateChecker<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Name | Description |
---|---|
TState |
Methods
IsEnabledAsync(SimpleStateCheckerContext<TState>)
Declaration
Task<bool> IsEnabledAsync(SimpleStateCheckerContext<TState> context)
Parameters
Type | Name | Description |
---|---|---|
SimpleStateCheckerContext<TState> | context |
Returns
Type | Description |
---|---|
Task<bool> |