Class ObjectMappingHelper
Inheritance
ObjectMappingHelper
Assembly: Volo.Abp.ObjectMapping.dll
Syntax
public static class ObjectMappingHelper
Methods
IsCollectionGenericType<TSource, TDestination>(out Type, out Type, out Type)
Declaration
public static bool IsCollectionGenericType<TSource, TDestination>(out Type sourceArgumentType, out Type destinationArgumentType, out Type definitionGenericType)
Parameters
| Type |
Name |
Description |
| Type |
sourceArgumentType |
|
| Type |
destinationArgumentType |
|
| Type |
definitionGenericType |
|
Returns
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|