Show / Hide Table of Contents

Class ExtraPropertyDictionary

Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><string, object>
ExtraPropertyDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><string, object>
System.Collections.Generic.ICollection<T><KeyValuePair<string, object>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, object>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<string, object>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<string, object>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, object>.Add(string, object)
System.Collections.Generic.Dictionary<string, object>.Clear()
System.Collections.Generic.Dictionary<string, object>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, object>.ContainsValue(object)
System.Collections.Generic.Dictionary<string, object>.GetEnumerator()
System.Collections.Generic.Dictionary<string, object>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, object>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, object>.Remove(string)
System.Collections.Generic.Dictionary<string, object>.Remove(string, out object)
System.Collections.Generic.Dictionary<string, object>.TryGetValue(string, out object)
System.Collections.Generic.Dictionary<string, object>.TryAdd(string, object)
System.Collections.Generic.Dictionary<string, object>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, object>.TrimExcess()
System.Collections.Generic.Dictionary<string, object>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, object>.Comparer
System.Collections.Generic.Dictionary<string, object>.Count
System.Collections.Generic.Dictionary<string, object>.Keys
System.Collections.Generic.Dictionary<string, object>.Values
System.Collections.Generic.Dictionary<string, object>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public class ExtraPropertyDictionary : Dictionary<string, object?>, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IDictionary, ICollection, IReadOnlyDictionary<string, object?>, IReadOnlyCollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IEnumerable, ISerializable, IDeserializationCallback

Constructors

ExtraPropertyDictionary()

Declaration
public ExtraPropertyDictionary()

ExtraPropertyDictionary(IDictionary<string, object?>)

Declaration
public ExtraPropertyDictionary(IDictionary<string, object?> dictionary)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<TKey, TValue><string, object> dictionary

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

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>>)
ExtraPropertyDictionaryExtensions.HasSameItems(ExtraPropertyDictionary, ExtraPropertyDictionary)
ExtraPropertyDictionaryExtensions.ToEnum(ExtraPropertyDictionary, string, Type)
ExtraPropertyDictionaryExtensions.ToEnum<T>(ExtraPropertyDictionary, string)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft