ParameterReferenceMap Class
Mapping info for a reference parameter mapping to a class.
Namespace
CsvHelper.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["ParameterReferenceMap"] class Type type-node

Syntax

public class ParameterReferenceMap

Constructors

Name Summary
ParameterReferenceMap(ParameterInfo, ClassMap) Initializes a new instance of the ParameterReferenceMap class.

Properties

Name Property Type Summary
Data ParameterReferenceMapData
Gets the parameter reference map data.

Methods

Name Return Value Summary
Prefix(string, bool) ParameterReferenceMap
Appends a prefix to the header of each field of the reference parameter.