Defines methods to enable pluggable configuration of parameter reference mapping.
- Namespace
- CsvHelper
.Configuration .Attributes - Implementing Types
graph BT
Type["IParameterReferenceMapper"]
class Type type-node
Implementing0["HeaderPrefixAttribute"]-.->Type
click Implementing0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/HeaderPrefixAttribute"
Syntax
public interface IParameterReferenceMapper
Methods
| Name | Return Value | Summary |
|---|---|---|
| ApplyTo |
void |
Applies configuration to the given
ParameterReferenceMap.
|