Class TemplateMappingProfile
Provides AutoMapper configuration for template-related entity to DTO mappings.
Implements
IProfileExpression
IProfileConfiguration
Inherited Members
Profile.DisableConstructorMapping()
Profile.CreateProjection<TSource, TDestination>()
Profile.CreateProjection<TSource, TDestination>(MemberList)
Profile.CreateMap<TSource, TDestination>()
Profile.CreateMap<TSource, TDestination>(MemberList)
Profile.ClearPrefixes()
Profile.ProfileName
Profile.AllowNullDestinationValues
Profile.AllowNullCollections
Profile.ShouldMapProperty
Profile.ShouldMapField
Profile.ShouldMapMethod
Profile.ShouldUseConstructor
Profile.SourceMemberNamingConvention
Profile.DestinationMemberNamingConvention
Profile.ValueTransformers
Namespace: OEMS.Core.Application.MappingProfile
Assembly: OEMS.Core.dll
Syntax
public class TemplateMappingProfile : Profile, IProfileExpression, IProfileConfiguration
Constructors
TemplateMappingProfile()
Initializes a new instance of the TemplateMappingProfile class and configures mappings for template entities.
Declaration
public TemplateMappingProfile()
Implements
AutoMapper.IProfileExpression
AutoMapper.IProfileConfiguration