Class EventMappingProfile
AutoMapper profile for configuring mappings between event-related DTOs and domain entities.
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 EventMappingProfile : Profile, IProfileExpression, IProfileConfiguration
Constructors
EventMappingProfile()
Initializes a new instance of the EventMappingProfile class and configures all event-related mappings.
Declaration
public EventMappingProfile()
Implements
AutoMapper.IProfileExpression
AutoMapper.IProfileConfiguration