MemberReferenceMapData Class
The configuration data for the reference map.
Namespace
CsvHelper.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["MemberReferenceMapData"] class Type type-node

Syntax

public class MemberReferenceMapData

Constructors

Name Summary
MemberReferenceMapData(MemberInfo, ClassMap) Initializes a new instance of the MemberReferenceMapData 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.
Member MemberInfo
Gets the MemberInfo that the data is associated with.
Prefix string
Gets or sets the header prefix to use.