Class EtoMappingDictionaryItem
Inheritance
System.Object
EtoMappingDictionaryItem
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
ObjectMappingContextType
Declaration
public Type ObjectMappingContextType { get; }
Property Value
Extension Methods