ExportStrategyFactory - делегат |
Делегат фабрики создания стратегии экспорта данных
Пространство имён:
Tessa.Views.Export
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [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
- Тип: SystemGuid
Вид стратегии экспорта
Возвращаемое значение
Тип:
IExportGeneratorStrategyСтратегия экспорта данных или
null, если тип экспорта не поддерживается
См. также