The configuration data for the reference map.
- Namespace
- CsvHelper
.Configuration - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ParameterReferenceMapData"]
class Type type-node
Syntax
[DebuggerDisplay("Prefix = {Prefix}, Parameter = {Parameter}")]
public class ParameterReferenceMapData
Attributes
Type | Description |
---|---|
Debugger |
Constructors
Name | Summary |
---|---|
Parameter |
Initializes a new instance of the ParameterReferenceMapData class.
|
Properties
Name | Property Type | Summary |
---|---|---|
Inherit | bool |
Gets or sets a value indicating if a prefix should inherit its parent.
true to inherit, otherwise false .
|
Mapping | ClassMap |
Gets the mapping this is a reference for.
|
Parameter | ParameterInfo |
Gets the
System.Reflection.ParameterInfo that the data
is associated with.
|
Prefix | string |
Gets or sets the header prefix to use.
|