Show / Hide Table of Contents

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

Extension Methods

AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(Dictionary<TKey, TValue>, TKey)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, T)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, Func<T, bool>, Func<T>)
AbpCollectionExtensions.IsNullOrEmpty<T>(ICollection<T>?)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, Func<T, bool>)
AbpDictionaryExtensions.GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TKey, TValue>)
AbpDictionaryExtensions.GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>)
AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
AbpEnumerableExtensions.JoinAsString<T>(IEnumerable<T>, string)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, bool>)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, int, bool>)
AbpListExtensions.SortByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, IEqualityComparer<T>?)
AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(IReadOnlyDictionary<TKey, TValue>, TKey)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft