Table of Contents

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

TSourceForm
TDestinationForm
TExportInfo
Inherited Members

Methods

Download(ExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo>, out string)

Stream Download(ExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo> context, out string fileName)

Parameters

context ExportConnectorContext<TSourceForm, TDestinationForm, TExportInfo>
fileName string

Returns

Stream