| IExtractorFactory Interface |
The factory interface for
IExtractor. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IExtractorFactory
Public Interface IExtractorFactory
public interface class IExtractorFactory
type IExtractorFactory = interface end
The IExtractorFactory type exposes the following members.
Methods|
| Name | Description |
|---|
 | CreateExtractor |
Creates the extractor according to the current request.
|
Top
See Also