CsvSourceCsvRecord Class

NReco.PivotData Class Library Documentation
Inheritance Hierarchy

SystemObject
  NReco.PivotData.InputCsvSourceCsvRecord

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public sealed class CsvRecord

The CsvSourceCsvRecord type exposes the following members.

Properties

  NameDescription
Public propertyHeaders
Gets list of field headers.
Public propertyItem
Gets field value by specified field index.
Public propertyLength
Gets total number of field values in this CSV record (row).
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndex
Returns field index by name.
Public methodGetType (Inherited from Object.)
Public methodGetValueLength
Gets field value length by field index.
Public methodProcessValueInBuffer
Perform low-level value processing with specified handler.
Public methodToString (Inherited from Object.)
Top
See Also

Reference