Class ElementExportService
- Namespace
- JJMasterData.Core.DataDictionary.Services
- Assembly
- JJMasterData.Core.dll
public class ElementExportService
- Inheritance
-
ElementExportService
- Inherited Members
Constructors
ElementExportService(IDataDictionaryRepository)
public ElementExportService(IDataDictionaryRepository dataDictionaryRepository)
Parameters
dataDictionaryRepository
IDataDictionaryRepository
Methods
ExportMultipleRowsAsync(List<Dictionary<string, object>>)
public Task<MemoryStream> ExportMultipleRowsAsync(List<Dictionary<string, object>> selectedRows)
Parameters
selectedRows
List<Dictionary<string, object>>
Returns
ExportSingleRowAsync(Dictionary<string, object>)
public Task<MemoryStream> ExportSingleRowAsync(Dictionary<string, object> row)
Parameters
row
Dictionary<string, object>