Class SimpleStateCheckerResult<TState>
Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><TState, bool>
SimpleStateCheckerResult<TState>
Implements
System.Collections.Generic.IDictionary<TKey, TValue><TState, bool>
System.Collections.Generic.ICollection<T><KeyValuePair<TState, bool>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><TState, bool>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<TState, bool>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<TState, bool>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<TState, bool>.Add(TState, bool)
System.Collections.Generic.Dictionary<TState, bool>.Clear()
System.Collections.Generic.Dictionary<TState, bool>.ContainsKey(TState)
System.Collections.Generic.Dictionary<TState, bool>.ContainsValue(bool)
System.Collections.Generic.Dictionary<TState, bool>.GetEnumerator()
System.Collections.Generic.Dictionary<TState, bool>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<TState, bool>.OnDeserialization(object)
System.Collections.Generic.Dictionary<TState, bool>.Remove(TState)
System.Collections.Generic.Dictionary<TState, bool>.Remove(TState, out bool)
System.Collections.Generic.Dictionary<TState, bool>.TryGetValue(TState, out bool)
System.Collections.Generic.Dictionary<TState, bool>.TryAdd(TState, bool)
System.Collections.Generic.Dictionary<TState, bool>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<TState, bool>.TrimExcess()
System.Collections.Generic.Dictionary<TState, bool>.TrimExcess(int)
System.Collections.Generic.Dictionary<TState, bool>.Comparer
System.Collections.Generic.Dictionary<TState, bool>.Count
System.Collections.Generic.Dictionary<TState, bool>.Keys
System.Collections.Generic.Dictionary<TState, bool>.Values
System.Collections.Generic.Dictionary<TState, bool>.this[TState]
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 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 |
---|---|---|
System.Collections.Generic.IEnumerable<T><TState> | states | |
bool | initValue |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback