Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get/set the data generator. This is a dependency injection parm method.
Syntax
public TaxReportDomesticExportDataGenerator_IT parmDataGenerator([TaxReportDomesticExportDataGenerator_IT _dataGenerator])
Run On
Called
Parameters
- _dataGenerator
Type: TaxReportDomesticExportDataGenerator_IT Class
The data generator
Return Value
Type: TaxReportDomesticExportDataGenerator_IT Class
The data generator
Remarks
The TaxReportDomesticExportService_IT class relies on the data generator to convert persistent normalized report data (TaxReportDomesticTable_IT, TaxReportDomesticTrans_IT) to the denormalized form (TmpTaxReportDomesticTableExport_IT, TmpTaxReportDomesticTransExport_IT).
This is done to separate the logic of the exprot to ascii from the logic of fetching this additional data which is not stored in the persistent tables.