C# Class AODL.Document.Import.ImportHandler

ImportHandler class to get the right IImporter implementations for the document to import.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
LoadImporter ( ) : ArrayList

Load importers

Method Details

GetFirstImporter() public method

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.
return IImporter

ImportHandler() public method

Initializes a new instance of the ImportHandler class.
public ImportHandler ( ) : System
return System