Click or drag to resize

DataExportMapperHelper Class

A class added so that the actual act of adding + handling the Mapper portions of the Data Export services could be abstracted. This way, we can reuse the ExcelExport code without having to duplicate code.
Inheritance Hierarchy
SystemObject
  NetQuarry.DataDataExportMapperHelper

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class DataExportMapperHelper

The DataExportMapperHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCommands
Adds the set of ExportService items as MapperCommands to the given Mapper
Public methodStatic memberExportFileFolder
Finds the File Folder to write Exports to for the given DataExportService on the current Server.
Public methodStatic memberExportMapper
Export the mapper via the DataExportService provided per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberExportMapper2
Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberGenTempFileName
Generate a temporary filename, given a DataExportService and the current AppContext
Public methodStatic memberHandleCommand
Handle the given MappperCommand
Public methodStatic memberLogExport
Offline Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberUserExportStyle
Gets the ExportListStyle preference for the current user.
Top
See Also