Class EtoMappingDictionaryItem
Inheritance
EtoMappingDictionaryItem
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public class EtoMappingDictionaryItem
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