Interface ISimpleStateCheckerManager<TState>
Assembly: Volo.Abp.Core.dll
Syntax
public interface ISimpleStateCheckerManager<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Methods
IsEnabledAsync(TState)
Declaration
Task<bool> IsEnabledAsync(TState state)
Parameters
Type |
Name |
Description |
TState |
state |
|
Returns
IsEnabledAsync(TState[])
Declaration
Task<SimpleStateCheckerResult<TState>> IsEnabledAsync(TState[] states)
Parameters
Type |
Name |
Description |
TState[] |
states |
|
Returns
Extension Methods