Class SimpleBatchStateCheckerBase<TState>
Inheritance
object
SimpleBatchStateCheckerBase<TState>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.SimpleStateChecking
Assembly: Volo.Abp.Core.dll
Syntax
public abstract class SimpleBatchStateCheckerBase<TState> : ISimpleBatchStateChecker<TState>, ISimpleStateChecker<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Name | Description |
---|---|
TState |
Constructors
SimpleBatchStateCheckerBase()
Declaration
protected SimpleBatchStateCheckerBase()
Methods
IsEnabledAsync(SimpleBatchStateCheckerContext<TState>)
Declaration
public abstract Task<SimpleStateCheckerResult<TState>> IsEnabledAsync(SimpleBatchStateCheckerContext<TState> context)
Parameters
Type | Name | Description |
---|---|---|
SimpleBatchStateCheckerContext<TState> | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><SimpleStateCheckerResult<TState>> |
IsEnabledAsync(SimpleStateCheckerContext<TState>)
Declaration
public Task<bool> IsEnabledAsync(SimpleStateCheckerContext<TState> context)
Parameters
Type | Name | Description |
---|---|---|
SimpleStateCheckerContext<TState> | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><bool> |