Exemple #1
0
        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));
        }
Exemple #2
0
        public override string CreateCsvLine(string format)
        {
            var config           = EntriesToPayroll <Timesheet> .ParsedConfig;
            var indexOfEntryType = 2; //needed in

            return(EntriesToPayroll <Timesheet> .CreateCsvLineWithReflection(this, indexOfEntryType));
        }