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

Syntax

[DebuggerDisplay("Member = {Data.Member}, Prefix = {Data.Prefix}")]
public class MemberReferenceMap

Attributes

Type Description
DebuggerDisplayAttribute

Constructors

Name Summary
MemberReferenceMap(MemberInfo, ClassMap) Initializes a new instance of the MemberReferenceMap class.

Properties

Name Property Type Summary
Data MemberReferenceMapData
Gets the member reference map data.

Methods

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