Class EtoMappingDictionary
Inheritance
object
EtoMappingDictionary
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<System.Type, EtoMappingDictionaryItem>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Add(System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Clear()
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.ContainsKey(System.Type)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.ContainsValue(Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.OnDeserialization(object)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Remove(System.Type)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Remove(System.Type, out Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.TryGetValue(System.Type, out Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.TryAdd(System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.TrimExcess()
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.TrimExcess(int)
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Comparer
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Count
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Keys
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.Values
System.Collections.Generic.Dictionary<System.Type, Volo.Abp.Domain.Entities.Events.Distributed.EtoMappingDictionaryItem>.this[System.Type]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public class EtoMappingDictionary : Dictionary<Type, EtoMappingDictionaryItem>, IDictionary<Type, EtoMappingDictionaryItem>, ICollection<KeyValuePair<Type, EtoMappingDictionaryItem>>, IDictionary, ICollection, IReadOnlyDictionary<Type, EtoMappingDictionaryItem>, IReadOnlyCollection<KeyValuePair<Type, EtoMappingDictionaryItem>>, IEnumerable<KeyValuePair<Type, EtoMappingDictionaryItem>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
EtoMappingDictionary()
Declaration
public EtoMappingDictionary()
Methods
Add<TEntity, TEntityEto>(Type?)
Declaration
public void Add<TEntity, TEntityEto>(Type? objectMappingContextType = null)
Parameters
Type | Name | Description |
---|---|---|
System.Type | objectMappingContextType |
Type Parameters
Name | Description |
---|---|
TEntity | |
TEntityEto |
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