Show / Hide Table of Contents

Class EtoMappingDictionary

Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><System.Type, EtoMappingDictionaryItem>
EtoMappingDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><System.Type, EtoMappingDictionaryItem>
System.Collections.Generic.ICollection<T><KeyValuePair<System.Type, EtoMappingDictionaryItem>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><System.Type, EtoMappingDictionaryItem>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<System.Type, EtoMappingDictionaryItem>>
System.Collections.Generic.IEnumerable<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

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