C# Класс AODL.Document.Import.ImportHandler

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

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

Метод Описание
GetFirstImporter ( DocumentTypes documentType, string loadPath ) : IImporter

Gets the first importer that match the parameter criteria.

ImportHandler ( ) : System

Initializes a new instance of the ImportHandler class.

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

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

Load importers

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

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

Gets the first importer that match the parameter criteria.
public GetFirstImporter ( DocumentTypes documentType, string loadPath ) : IImporter
documentType DocumentTypes Type of the document.
loadPath string The save path.
Результат IImporter

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

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