CsvTransformerT Properties |
The CsvTransformerT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnNameMappings | Gets the mappings of the column names. The dictionary uses the column index as key and column name as value. |
![]() | CultureMappings | Gets the mappings of the cultures. The dictionary uses the column index as key and culture name as value. |
![]() | EmitHeader | Gets or sets a value indicating whether a header-line must be included when serializing the objects. |
![]() | FormatMappings | Gets the mappings of the format strings. The dictionary uses the column index as key and format string as value. |
![]() | IgnoreHeaderOnRead | Gets or sets a value indicating whether the header should be ignored when reading the file. |
![]() | NullStringMappings | Gets the mappings of the null strings. The dictionary uses the column index as key and null string as value. |
![]() | PropertyDelegates | Gets the delegates that give access to the properties of the instances that need to be serialized and deserialized. |
![]() | Separator | Gets or sets the separator-string. |