emitmapper
EmitMapper: Map array of derived classes
Let\'s assume that we have following class hierarchy class DtoBaseClass { public string BaseProperty {get; set;}[详细]
2023-04-01 19:03 分类:问答EmitMapper with object source type
I need to use emitmapper with diffirent types. For defoult it takes two generic types: ObjectMapperManager.DefaultInstance.GetMapper<TSource, TEntity>().Map(source, result);[详细]
2023-02-11 11:37 分类:问答