Show / Hide Table of Contents

Class HasExtraPropertiesObjectExtendingExtensions

Inheritance
object
HasExtraPropertiesObjectExtendingExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public static class HasExtraPropertiesObjectExtendingExtensions

Methods

MapExtraPropertiesTo<TSource, TDestination>(TSource, TDestination, MappingPropertyDefinitionChecks?, string[]?)

Declaration
public static void MapExtraPropertiesTo<TSource, TDestination>(this TSource source, TDestination destination, MappingPropertyDefinitionChecks? definitionChecks = null, string[]? ignoredProperties = null) where TSource : IHasExtraProperties where TDestination : IHasExtraProperties
Parameters
Type Name Description
TSource source
TDestination destination
MappingPropertyDefinitionChecks? definitionChecks
string[] ignoredProperties
Type Parameters
Name Description
TSource
TDestination
In this article
Back to top Powered by ABP.IO Platform