Class SimpleStateCheckerResult<TState>
Inherited Members
Namespace: Volo.Abp.SimpleStateChecking
Assembly: Volo.Abp.Core.dll
Syntax
public class SimpleStateCheckerResult<TState> : Dictionary<TState, bool>, IDictionary<TState, bool>, ICollection<KeyValuePair<TState, bool>>, IDictionary, ICollection, IReadOnlyDictionary<TState, bool>, IReadOnlyCollection<KeyValuePair<TState, bool>>, IEnumerable<KeyValuePair<TState, bool>>, IEnumerable, ISerializable, IDeserializationCallback where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Name | Description |
---|---|
TState |
Constructors
SimpleStateCheckerResult()
Declaration
public SimpleStateCheckerResult()
SimpleStateCheckerResult(IEnumerable<TState>, bool)
Declaration
public SimpleStateCheckerResult(IEnumerable<TState> states, bool initValue = true)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TState> | states | |
bool | initValue |