Search Results for

    Show / Hide Table of Contents

    Class CdeAutoMapperProfile

    Inheritance
    System.Object
    AutoMapper.Profile
    CdeAutoMapperProfile
    Implements
    AutoMapper.Internal.IProfileExpressionInternal
    AutoMapper.IProfileExpression
    AutoMapper.IProfileConfiguration
    Inherited Members
    AutoMapper.Profile.DisableConstructorMapping()
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.ForAllMaps(System.Action<AutoMapper.TypeMap, AutoMapper.IMappingExpression>)
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.ForAllPropertyMaps(System.Func<AutoMapper.PropertyMap, System.Boolean>, System.Action<AutoMapper.PropertyMap, AutoMapper.IMemberConfigurationExpression>)
    AutoMapper.Profile.CreateProjection<TSource, TDestination>()
    AutoMapper.Profile.CreateProjection<TSource, TDestination>(AutoMapper.MemberList)
    AutoMapper.Profile.CreateMap<TSource, TDestination>()
    AutoMapper.Profile.CreateMap<TSource, TDestination>(AutoMapper.MemberList)
    AutoMapper.Profile.CreateMap(System.Type, System.Type)
    AutoMapper.Profile.CreateMap(System.Type, System.Type, AutoMapper.MemberList)
    AutoMapper.Profile.ClearPrefixes()
    AutoMapper.Profile.ReplaceMemberName(System.String, System.String)
    AutoMapper.Profile.RecognizePrefixes(System.String[])
    AutoMapper.Profile.RecognizePostfixes(System.String[])
    AutoMapper.Profile.RecognizeDestinationPrefixes(System.String[])
    AutoMapper.Profile.RecognizeDestinationPostfixes(System.String[])
    AutoMapper.Profile.AddGlobalIgnore(System.String)
    AutoMapper.Profile.IncludeSourceExtensionMethods(System.Type)
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.MemberConfiguration
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.ConstructorMappingEnabled
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.MethodMappingEnabled
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.MethodMappingEnabled
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.FieldMappingEnabled
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.FieldMappingEnabled
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.EnableNullPropagationForQueryMapping
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.AllPropertyMapActions
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.AllTypeMapActions
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.GlobalIgnores
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.SourceExtensionMethods
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.TypeMapConfigs
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.OpenTypeMapConfigs
    AutoMapper.Profile.AutoMapper.IProfileConfiguration.ValueTransformers
    AutoMapper.Profile.ProfileName
    AutoMapper.Profile.AllowNullDestinationValues
    AutoMapper.Profile.AllowNullCollections
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.EnableNullPropagationForQueryMapping
    AutoMapper.Profile.ShouldMapProperty
    AutoMapper.Profile.ShouldMapField
    AutoMapper.Profile.ShouldMapMethod
    AutoMapper.Profile.ShouldUseConstructor
    AutoMapper.Profile.SourceMemberNamingConvention
    AutoMapper.Profile.DestinationMemberNamingConvention
    AutoMapper.Profile.ValueTransformers
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.Prefixes
    AutoMapper.Profile.AutoMapper.Internal.IProfileExpressionInternal.Postfixes
    Namespace: Dangl.OpenCDE.Core.Mapping
    Assembly: Dangl.OpenCDE.Core.dll
    Syntax
    public class CdeAutoMapperProfile : Profile, IProfileExpressionInternal, IProfileExpression, IProfileConfiguration

    Constructors

    | Improve this Doc View Source

    CdeAutoMapperProfile()

    Declaration
    public CdeAutoMapperProfile()

    Implements

    AutoMapper.Internal.IProfileExpressionInternal
    AutoMapper.IProfileExpression
    AutoMapper.IProfileConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH