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