Class SimpleBatchStateCheckerBase<TState>
Inheritance
SimpleBatchStateCheckerBase<TState>
Assembly: Volo.Abp.Core.dll
Syntax
public abstract class SimpleBatchStateCheckerBase<TState> : ISimpleBatchStateChecker<TState>, ISimpleStateChecker<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Constructors
SimpleBatchStateCheckerBase()
Declaration
protected SimpleBatchStateCheckerBase()
Methods
IsEnabledAsync(SimpleBatchStateCheckerContext<TState>)
Declaration
public abstract Task<SimpleStateCheckerResult<TState>> IsEnabledAsync(SimpleBatchStateCheckerContext<TState> context)
Parameters
Returns
IsEnabledAsync(SimpleStateCheckerContext<TState>)
Declaration
public Task<bool> IsEnabledAsync(SimpleStateCheckerContext<TState> context)
Parameters
Returns
Implements
Extension Methods