-
-
Notifications
You must be signed in to change notification settings - Fork 201
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of relying solely on method names to resolve mappings, it would be beneficial to support explicit mapping names.
[AttributeUsage(AttributeTargets.Method)]
public class NamedMappingAttribute : Attribute
{
public NamedMappingAttribute(string name);
}These names should be usable in:
MapValueAttribute.UseMapPropertyAttribute.UseMapPropertyFromSourceAttribute.UseIncludeMappingConfigurationAttribute.Name
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request