Show / Hide Table of Contents

Class EtoMappingDictionary

Inheritance
object
Dictionary<Type, EtoMappingDictionaryItem>
EtoMappingDictionary
Implements
IDictionary<Type, EtoMappingDictionaryItem>
ICollection<KeyValuePair<Type, EtoMappingDictionaryItem>>
IDictionary
ICollection
IReadOnlyDictionary<Type, EtoMappingDictionaryItem>
IReadOnlyCollection<KeyValuePair<Type, EtoMappingDictionaryItem>>
IEnumerable<KeyValuePair<Type, EtoMappingDictionaryItem>>
IEnumerable
ISerializable
IDeserializationCallback
Inherited Members
Dictionary<Type, EtoMappingDictionaryItem>.Add(Type, EtoMappingDictionaryItem)
Dictionary<Type, EtoMappingDictionaryItem>.Clear()
Dictionary<Type, EtoMappingDictionaryItem>.ContainsKey(Type)
Dictionary<Type, EtoMappingDictionaryItem>.ContainsValue(EtoMappingDictionaryItem)
Dictionary<Type, EtoMappingDictionaryItem>.GetEnumerator()
Dictionary<Type, EtoMappingDictionaryItem>.OnDeserialization(object)
Dictionary<Type, EtoMappingDictionaryItem>.Remove(Type)
Dictionary<Type, EtoMappingDictionaryItem>.Remove(Type, out EtoMappingDictionaryItem)
Dictionary<Type, EtoMappingDictionaryItem>.TryGetValue(Type, out EtoMappingDictionaryItem)
Dictionary<Type, EtoMappingDictionaryItem>.TryAdd(Type, EtoMappingDictionaryItem)
Dictionary<Type, EtoMappingDictionaryItem>.EnsureCapacity(int)
Dictionary<Type, EtoMappingDictionaryItem>.TrimExcess()
Dictionary<Type, EtoMappingDictionaryItem>.TrimExcess(int)
Dictionary<Type, EtoMappingDictionaryItem>.Comparer
Dictionary<Type, EtoMappingDictionaryItem>.Count
Dictionary<Type, EtoMappingDictionaryItem>.Keys
Dictionary<Type, EtoMappingDictionaryItem>.Values
Dictionary<Type, EtoMappingDictionaryItem>.this[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
Type objectMappingContextType
Type Parameters
Name Description
TEntity
TEntityEto

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
ISerializable
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>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform