Show / Hide Table of Contents

Class EtoMappingDictionaryItem

Inheritance
System.Object
EtoMappingDictionaryItem
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EtoMappingDictionaryItem : object

Constructors

EtoMappingDictionaryItem(Type, Type)

Declaration
public EtoMappingDictionaryItem(Type etoType, Type objectMappingContextType = null)
Parameters
Type Name Description
Type etoType
Type objectMappingContextType

Properties

EtoType

Declaration
public Type EtoType { get; }
Property Value
Type Description
Type

ObjectMappingContextType

Declaration
public Type ObjectMappingContextType { get; }
Property Value
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft