Search Results for

    Show / Hide Table of Contents

    Class OrganizationMappingProfile

    Inheritance
    object
    Profile
    OrganizationMappingProfile
    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.CreateMap(Type, Type)
    Profile.CreateMap(Type, Type, MemberList)
    Profile.ClearPrefixes()
    Profile.ReplaceMemberName(string, string)
    Profile.RecognizePrefixes(params string[])
    Profile.RecognizePostfixes(params string[])
    Profile.RecognizeDestinationPrefixes(params string[])
    Profile.RecognizeDestinationPostfixes(params string[])
    Profile.AddGlobalIgnore(string)
    Profile.IncludeSourceExtensionMethods(Type)
    Profile.ProfileName
    Profile.AllowNullDestinationValues
    Profile.AllowNullCollections
    Profile.ShouldMapProperty
    Profile.ShouldMapField
    Profile.ShouldMapMethod
    Profile.ShouldUseConstructor
    Profile.SourceMemberNamingConvention
    Profile.DestinationMemberNamingConvention
    Profile.ValueTransformers
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.MappingProfile
    Assembly: OEMS.Core.dll
    Syntax
    public class OrganizationMappingProfile : Profile, IProfileExpression, IProfileConfiguration

    Constructors

    OrganizationMappingProfile()

    Declaration
    public OrganizationMappingProfile()

    Implements

    AutoMapper.IProfileExpression
    AutoMapper.IProfileConfiguration
    In this article
    Back to top Generated by DocFX