Riok.Mapperly by Mapperly Contributors, Lars Tönz, Manuel Allenspach

<PackageReference Include="Riok.Mapperly" Version="3.6.0-next.2" />

 MapPropertyFromSourceAttribute

Maps a property from the source object.
public string FormatProvider { get; set; }

Gets or sets the name of a format provider field or property to be used for conversions accepting a format provider (implementing IFormattable). If null the default format provider (annotated with FormatProviderAttribute and Defaulttrue) or none (if no default format provider is provided) is used.

public string StringFormat { get; set; }

Gets or sets the format of the ToString conversion (implementing IFormattable).

public IReadOnlyCollection<string> Target { get; }

Gets the name of the target property.

public string TargetFullName { get; }

Gets the full name of the target property path.

public string Use { get; set; }

Reference to a unique named mapping method which should be used to map this member.

public MapPropertyFromSourceAttribute(string target)

Maps the specified target property from the source object.

public MapPropertyFromSourceAttribute(string[] target)

Maps the specified target property from the source object.