Class EtoMappingDictionaryItem
Inheritance
object
EtoMappingDictionaryItem
Inherited Members
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 EtoMappingDictionaryItem
Constructors
EtoMappingDictionaryItem(Type, Type?)
Declaration
public EtoMappingDictionaryItem(Type etoType, Type? objectMappingContextType = null)
Parameters
Type | Name | Description |
---|---|---|
System.Type | etoType | |
System.Type | objectMappingContextType |
Properties
EtoType
Declaration
public Type EtoType { get; }
Property Value
Type | Description |
---|---|
System.Type |
ObjectMappingContextType
Declaration
public Type? ObjectMappingContextType { get; }
Property Value
Type | Description |
---|---|
System.Type |