Interface IExportConnectorWithDownload<TSourceForm, TDestinationForm, TExportInfo>
- Namespace
- MES.MQC.ExportLibrary.Interfaces
- Assembly
- MES.MQC.ExportLibrary.dll
public interface IExportConnectorWithDownload<TSourceForm, TDestinationForm, TExportInfo> : IExportConnectorWithDownload, IExportConnector<TSourceForm, TDestinationForm, TExportInfo>, IExportConnector, IFormAdapter where TSourceForm : class, new() where TDestinationForm : class, new() where TExportInfo : ExportInfoBase, new()
Type Parameters
TSourceFormTDestinationFormTExportInfo
- Inherited Members
Methods
Download(ExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo>, out string)
Stream Download(ExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo> context, out string fileName)
Parameters
contextExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo>fileNamestring