DataExportMapperHelperLogExport Method |
Offline Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static IMapper LogExport(
IMapper sender,
IExtension ext,
IDataExportService svc,
MapperExportOptions eOptions,
ExcelExportAttrs eeAttrs,
ExcelExportOfflineReasons eeor = ,
bool isLegacy = false
)
Public Shared Function LogExport (
sender As IMapper,
ext As IExtension,
svc As IDataExportService,
eOptions As MapperExportOptions,
eeAttrs As ExcelExportAttrs,
Optional eeor As ExcelExportOfflineReasons = ,
Optional isLegacy As Boolean = false
) As IMapper
Parameters
- sender
- Type: NetQuarry.DataIMapper
The mapper to export. - ext
- Type: NetQuarryIExtension
The current Extension calling this code. - svc
- Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to process the export. - eOptions
- Type: NetQuarryMapperExportOptions
The export options. - eeAttrs
- Type: NetQuarryExcelExportAttrs
The ExcelExportAttrs to use. - eeor (Optional)
- Type: NetQuarryExcelExportOfflineReasons
ExcelExportOfflineReasons indicating why an export was forced offline. - isLegacy (Optional)
- Type: SystemBoolean
If true, the system will process the Export in the legacy, Excel-only way.
Return Value
Type:
IMapperA xot_export mapper.
See Also