C# Class AODL.Document.Export.ExportHandler

ExportHandler class to get the right IExporter implementations for the document to export.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
LoadExporter ( ) : ArrayList

Load exporters.

Method Details

ExportHandler() public méthode

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

GetExtension() public static méthode

Gets the extension.
public static GetExtension ( string aFullPathOrFileName ) : string
aFullPathOrFileName string Name of a full path or file.
Résultat string

GetFirstExporter() public méthode

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