Show / Hide Table of Contents

Class ObjectMappingHelper

Inheritance
object
ObjectMappingHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectMapping
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 Description
bool
Type Parameters
Name Description
TSource
TDestination
In this article
Back to top Powered by ABP.IO Platform