Class AbpAutoMapperExtensibleObjectExtensions
Inheritance
AbpAutoMapperExtensibleObjectExtensions
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperExtensibleObjectExtensions
Methods
Declaration
public static IMappingExpression<TSource, TDestination> IgnoreExtraProperties<TSource, TDestination>(this IMappingExpression<TSource, TDestination> mappingExpression) where TSource : IHasExtraProperties where TDestination : IHasExtraProperties
Parameters
| Type |
Name |
Description |
| IMappingExpression<TSource, TDestination> |
mappingExpression |
|
Returns
| Type |
Description |
| IMappingExpression<TSource, TDestination> |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|
Declaration
public static IMappingExpression<TSource, TDestination> MapExtraProperties<TSource, TDestination>(this IMappingExpression<TSource, TDestination> mappingExpression, MappingPropertyDefinitionChecks? definitionChecks = null, string[]? ignoredProperties = null, bool mapToRegularProperties = false) where TSource : IHasExtraProperties where TDestination : IHasExtraProperties
Parameters
Returns
| Type |
Description |
| IMappingExpression<TSource, TDestination> |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|