| IUnbloberFactory Interface |
The factory interface for
IUnblober. 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 IUnbloberFactory
Public Interface IUnbloberFactory
public interface class IUnbloberFactory
type IUnbloberFactory = interface end
The IUnbloberFactory type exposes the following members.
Methods|
| Name | Description |
|---|
 | CreateUnblober |
Creates an object that can interpret XML content into an XmlWriter.
|
Top
See Also