Interface IHasSimpleStateCheckers<TState>
Namespace: Volo.Abp.SimpleStateChecking
Assembly: Volo.Abp.Core.dll
Syntax
public interface IHasSimpleStateCheckers<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
| Name | Description |
|---|---|
| TState |
Properties
StateCheckers
Declaration
List<ISimpleStateChecker<TState>> StateCheckers { get; }
Property Value
| Type | Description |
|---|---|
| List<ISimpleStateChecker<TState>> |