Click or drag to resize

CsvTransformerT Properties

The CsvTransformerT generic type exposes the following members.

Properties
  NameDescription
Protected propertyColumnNameMappings
Gets the mappings of the column names. The dictionary uses the column index as key and column name as value.
Protected propertyCultureMappings
Gets the mappings of the cultures. The dictionary uses the column index as key and culture name as value.
Protected propertyEmitHeader
Gets or sets a value indicating whether a header-line must be included when serializing the objects.
Protected propertyFormatMappings
Gets the mappings of the format strings. The dictionary uses the column index as key and format string as value.
Protected propertyIgnoreHeaderOnRead
Gets or sets a value indicating whether the header should be ignored when reading the file.
Protected propertyNullStringMappings
Gets the mappings of the null strings. The dictionary uses the column index as key and null string as value.
Protected propertyPropertyDelegates
Gets the delegates that give access to the properties of the instances that need to be serialized and deserialized.
Protected propertySeparator
Gets or sets the separator-string.
Top
See Also