Skip to content

ReverseMap with AsProxy #3888

@korser1

Description

@korser1

What do you think about making AsProxy method returning TMappingExpression, and then support ReverseMap?

Example

class Srource {
   public int Value { get; set; }
}

interface IDestination {
   int Value { get; set; }
}


CreateMap<Source, IDestination>().AsProxy().ReverseMap();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions