C# Класс AODL.Document.Export.ExportHandler

ExportHandler class to get the right IExporter implementations for the document to export.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExportHandler ( ) : System

Initializes a new instance of the ExportHandler class.

GetExtension ( string aFullPathOrFileName ) : string

Gets the extension.

GetFirstExporter ( DocumentTypes documentType, string savePath ) : IExporter

Gets the first exporter that match the parameter criteria.

Приватные методы

Метод Описание
LoadExporter ( ) : ArrayList

Load exporters.

Описание методов

ExportHandler() публичный Метод

Initializes a new instance of the ExportHandler class.
public ExportHandler ( ) : System
Результат System

GetExtension() публичный статический Метод

Gets the extension.
public static GetExtension ( string aFullPathOrFileName ) : string
aFullPathOrFileName string Name of a full path or file.
Результат string

GetFirstExporter() публичный Метод

Gets the first exporter that match the parameter criteria.
public GetFirstExporter ( DocumentTypes documentType, string savePath ) : IExporter
documentType DocumentTypes Type of the document.
savePath string The save path.
Результат IExporter