Creates the member assignments for the given
ClassMap
.
- Namespace
- CsvHelper
.Expressions - Containing Type
- ExpressionManager
Syntax
public virtual void CreateMemberAssignmentsForMapping(ClassMap mapping, List<MemberAssignment> assignments)
Parameters
Name | Type | Description |
---|---|---|
mapping | ClassMap | The mapping to create the assignments for. |
assignments | List |
The assignments that will be added to from the mapping. |