Method WriteRow
WriteRow(SharedTableEntry, IList<StringTableEntry>, CsvWriter)
Called when writing each row of the CSV file. This is called in the same order as Writewriter.WriteField(string.Empty)
.
Declaration
public override void WriteRow(SharedTableData.SharedTableEntry keyEntry, IList<StringTableEntry> tableEntries, CsvWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Shared |
keyEntry | The shared table data for the current entry that is being written to the row. |
IList<String |
tableEntries | The locale specific table entries for this row. |
Csv |
writer | Provides write acces to the CSV file. |