C# Class AODL.Document.Import.ImportHandler

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

Méthodes publiques

Méthode 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

Méthode Description
LoadImporter ( ) : ArrayList

Load importers

Method Details

GetFirstImporter() public méthode

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.
Résultat IImporter

ImportHandler() public méthode

Initializes a new instance of the ImportHandler class.
public ImportHandler ( ) : System
Résultat System