IMemberMapper Interface
Defines methods to enable pluggable configuration of member mapping.
graph BT Type["IMemberMapper"] class Type type-node Implementing0["ConstantAttribute"]-.->Type click Implementing0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/ConstantAttribute" Implementing1["EnumIgnoreCaseAttribute"]-.->Type click Implementing1 "/CsvHelper/api/CsvHelper.Configuration.Attributes/EnumIgnoreCaseAttribute" Implementing2["NumberStylesAttribute"]-.->Type click Implementing2 "/CsvHelper/api/CsvHelper.Configuration.Attributes/NumberStylesAttribute" Implementing3["NullValuesAttribute"]-.->Type click Implementing3 "/CsvHelper/api/CsvHelper.Configuration.Attributes/NullValuesAttribute" Implementing4["BooleanTrueValuesAttribute"]-.->Type click Implementing4 "/CsvHelper/api/CsvHelper.Configuration.Attributes/BooleanTrueValuesAttribute" Implementing5["NameIndexAttribute"]-.->Type click Implementing5 "/CsvHelper/api/CsvHelper.Configuration.Attributes/NameIndexAttribute" Implementing6["IndexAttribute"]-.->Type click Implementing6 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IndexAttribute" Implementing7["NameAttribute"]-.->Type click Implementing7 "/CsvHelper/api/CsvHelper.Configuration.Attributes/NameAttribute" Implementing8["FormatAttribute"]-.->Type click Implementing8 "/CsvHelper/api/CsvHelper.Configuration.Attributes/FormatAttribute" Implementing9["IgnoreAttribute"]-.->Type click Implementing9 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IgnoreAttribute" Implementing10["DateTimeStylesAttribute"]-.->Type click Implementing10 "/CsvHelper/api/CsvHelper.Configuration.Attributes/DateTimeStylesAttribute" Implementing11["TypeConverterAttribute"]-.->Type click Implementing11 "/CsvHelper/api/CsvHelper.Configuration.Attributes/TypeConverterAttribute" Implementing12["DefaultAttribute"]-.->Type click Implementing12 "/CsvHelper/api/CsvHelper.Configuration.Attributes/DefaultAttribute" Implementing13["BooleanFalseValuesAttribute"]-.->Type click Implementing13 "/CsvHelper/api/CsvHelper.Configuration.Attributes/BooleanFalseValuesAttribute" Implementing14["CultureInfoAttribute"]-.->Type click Implementing14 "/CsvHelper/api/CsvHelper.Configuration.Attributes/CultureInfoAttribute" Implementing15["OptionalAttribute"]-.->Type click Implementing15 "/CsvHelper/api/CsvHelper.Configuration.Attributes/OptionalAttribute"

Syntax

public interface IMemberMapper

Methods

Name Return Value Summary
ApplyTo(MemberMap) void
Applies configuration to the given MemberMap.