C# 클래스 AODL.Document.Import.ImportHandler

ImportHandler class to get the right IImporter implementations for the document to import.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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