Class AbpAutoMapperExtensibleDtoExtensions
Inheritance
System.Object
AbpAutoMapperExtensibleDtoExtensions
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public static class AbpAutoMapperExtensibleDtoExtensions : object
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)
where TSource : IHasExtraProperties where TDestination : IHasExtraProperties
Parameters
| Type |
Name |
Description |
| IMappingExpression<TSource, TDestination> |
mappingExpression |
|
| System.Nullable<MappingPropertyDefinitionChecks> |
definitionChecks |
|
| System.String[] |
ignoredProperties |
|
Returns
| Type |
Description |
| IMappingExpression<TSource, TDestination> |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|