ExportStrategyFactory - делегат
Делегат фабрики создания стратегии экспорта данных
Пространство имён: Tessa.Views.ExportСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[CanBeNullAttribute]
public delegate IExportGeneratorStrategy ExportStrategyFactory(
Guid exportType
)
<CanBeNullAttribute>
Public Delegate Function ExportStrategyFactory (
exportType As Guid
) As IExportGeneratorStrategy
[CanBeNullAttribute]
public delegate IExportGeneratorStrategy^ ExportStrategyFactory(
Guid exportType
)
[<CanBeNullAttribute>]
type ExportStrategyFactory =
delegate of
exportType : Guid -> IExportGeneratorStrategy
- exportType Guid
- Вид стратегии экспорта
IExportGeneratorStrategyСтратегия экспорта данных или
null, если тип экспорта не поддерживается