PropertyNameMappingStrategy
Namespace: Riok.Mapperly.Abstractions
Defines the strategy to use when mapping a property to another property.
public enum PropertyNameMappingStrategy
Inheritance Object → ValueType → Enum → PropertyNameMappingStrategy
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
CaseSensitive | 0 | Matches a property by its name in case sensitive manner. |
CaseInsensitive | 1 | Matches a property by its name in case insensitive manner. |