public override string CreateCsvLine(string format) { var config = EntriesToPayroll <Day> .ParsedConfig; var indexOfEntryType = 1; //needed from configuration "config.tree" validtypescountandtypes return(EntriesToPayroll <Day> .CreateCsvLineWithReflection(this, indexOfEntryType)); }
public override string CreateCsvLine(string format) { var config = EntriesToPayroll <Timesheet> .ParsedConfig; var indexOfEntryType = 2; //needed in return(EntriesToPayroll <Timesheet> .CreateCsvLineWithReflection(this, indexOfEntryType)); }